Skip to content

Commit d0af2fd

Browse files
authored
Update docs.yml
1 parent 002221b commit d0af2fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
env:
9898
DJL_VERSION: ${{ github.event.inputs.pt_version || 'master' }}
9999
run: |
100-
aws s3 sync $DJL_VERSION s3://updated-documentation-website/website/
100+
aws s3 cp $DJL_VERSION s3://updated-documentation-website/website/ --recursive
101101
aws s3 cp versions.json s3://updated-documentation-website/website/versions.json
102102
103103

0 commit comments

Comments
 (0)