From 434308e705743b66a672b3386a67e2cea1ef1933 Mon Sep 17 00:00:00 2001 From: Varun Dutta <72882713+Varun-Dutta@users.noreply.github.com> Date: Sat, 3 Aug 2024 11:33:54 -0700 Subject: [PATCH] Update docs.yml --- .github/workflows/docs.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 27e6d52f253..858b0c0abe7 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -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