Skip to content

Commit

Permalink
adds a destination path for download-artifact gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
livebe01 authored Feb 2, 2024
1 parent 8d5ffc4 commit b8f32fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
- uses: actions/download-artifact@v4
with:
name: documents
path: ~/documents
- name: Display file structure
run: ls -R
- name: Deploy to GH Pages
Expand Down

0 comments on commit b8f32fe

Please sign in to comment.