Skip to content

Commit

Permalink
Update docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Varun-Dutta authored Aug 3, 2024
1 parent 1091ab5 commit 434308e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,10 @@ jobs:

- name: Copy files to S3 with the AWS CLI
env:
DJL_VERSION: ${{ github.event.inputs.pt_version || 'master' }}
#DJL_VERSION: ${{ github.event.inputs.pt_version || 'master' }}
DJL_VERSION: 'cache'
run: |
aws s3 cp $DJL_VERSION s3://updated-documentation-website/website/ --recursive
aws s3 sync $DJL_VERSION s3://updated-documentation-website/website/
aws s3 cp versions.json s3://updated-documentation-website/website/versions.json

0 comments on commit 434308e

Please sign in to comment.