We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 002221b commit d0af2fdCopy full SHA for d0af2fd
.github/workflows/docs.yml
@@ -97,7 +97,7 @@ jobs:
97
env:
98
DJL_VERSION: ${{ github.event.inputs.pt_version || 'master' }}
99
run: |
100
- aws s3 sync $DJL_VERSION s3://updated-documentation-website/website/
+ aws s3 cp $DJL_VERSION s3://updated-documentation-website/website/ --recursive
101
aws s3 cp versions.json s3://updated-documentation-website/website/versions.json
102
103
0 commit comments