Skip to content

Commit

Permalink
trying to get the artifact to download to the correct directory
Browse files Browse the repository at this point in the history
  • Loading branch information
livebe01 authored Feb 2, 2024
1 parent b8f32fe commit 3d08497
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- uses: actions/download-artifact@v4
with:
name: documents
path: ~/documents
path: documents
- name: Display file structure
run: ls -R
- name: Deploy to GH Pages
Expand Down

0 comments on commit 3d08497

Please sign in to comment.