Skip to content

Commit

Permalink
Set artifact download path explicitly
Browse files Browse the repository at this point in the history
Throw in a diagnostic `ls -R`
  • Loading branch information
Jafner committed Aug 8, 2024
1 parent 39976b5 commit 40073ff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/Jafner.dev_hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ jobs:
uses: actions/download-artifact@v4
with:
name: jafner-dev-generated
path: sites/Jafner.dev/public
- name: Authenticate AWS CLI
uses: aws-actions/configure-aws-credentials@v1
with:
Expand All @@ -97,4 +98,5 @@ jobs:
aws-region: us-west-2
- name: Push generated files to jafner-dev bucket
run: |
ls -R
aws s3 sync sites/Jafner.dev/public s3://jafner-dev --delete

0 comments on commit 40073ff

Please sign in to comment.