Skip to content

Commit

Permalink
[ci][docs] enable debug logging for s3 commands to troubleshoot failu…
Browse files Browse the repository at this point in the history
…res easier (#3591)
  • Loading branch information
siddvenk authored Jan 23, 2025
1 parent 0935af3 commit e4230ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ jobs:
env:
DJL_VERSION: ${{ github.event.inputs.version-number || 'master' }}
run: |
aws s3 sync $DJL_VERSION s3://djl-ai/documentation/$DJL_VERSION --delete
aws s3 cp versions.json s3://djl-ai/documentation/versions.json
aws cloudfront create-invalidation --distribution-id E733IIDCG0G5U --paths "/*"
aws s3 sync $DJL_VERSION s3://djl-ai/documentation/$DJL_VERSION --delete --debug
aws s3 cp versions.json s3://djl-ai/documentation/versions.json --debug
aws cloudfront create-invalidation --distribution-id E733IIDCG0G5U --paths "/*" --debug

0 comments on commit e4230ae

Please sign in to comment.