Skip to content

Commit

Permalink
Update documentation.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
r-akemii committed Jan 30, 2025
1 parent 375e28d commit ff7ce65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit ff7ce65

Please sign in to comment.