Skip to content

Commit

Permalink
trying a debug flag
Browse files Browse the repository at this point in the history
  • Loading branch information
MattReimer committed Mar 14, 2023
1 parent d0116b6 commit 74a5845
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
# Use S3 syncing to deploy this to the appropriate bucket inside rs-web-monorepo VPC Stack
- uses: jakejarvis/s3-sync-action@master
with:
args: --acl public-read --follow-symlinks --delete
args: --delete --debug
env:
AWS_S3_BUCKET: ${{secrets.AWS_S3_BUCKET}}
AWS_ACCESS_KEY_ID: ${{secrets.AWS_ACCESS_KEY_ID}}
Expand Down

0 comments on commit 74a5845

Please sign in to comment.