diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index dbdbdf1b3..c744811b6 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -167,4 +167,4 @@ jobs: AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }} AWS_REGION: 'us-east-1' # optional: defaults to us-east-1 SOURCE_DIR: 'docs/build/html/' # optional: defaults to entire repository - DEST_DIR: 'docs/python/' # optional: defaults to entire repository + DEST_DIR: 'docs/python/V.${{ github.event.release.tag_name }}/' # optional: defaults to entire repository