We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c02f20f commit 5eacd9cCopy full SHA for 5eacd9c
.github/workflows/publish-docs.yml
@@ -105,7 +105,7 @@ jobs:
105
pushd docs; make SPHINXBUILD='poetry run sphinx-build' html; popd
106
107
- name: Push documentation to S3
108
- uses: jakejarvis/s3-sync-action@master
+ uses: jakejarvis/s3-sync-action@v0.5.1
109
if: env.PUBLISH == 'true'
110
with:
111
args: --acl public-read --follow-symlinks --delete
0 commit comments