From ff7ce65ab0e69f8b41d5518e6d3b7cb086c36298 Mon Sep 17 00:00:00 2001 From: Renata Imai Date: Thu, 30 Jan 2025 08:37:01 -0300 Subject: [PATCH] Update documentation.yml --- .github/workflows/documentation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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