We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38068e4 commit 724543aCopy full SHA for 724543a
1 file changed
.github/workflows/release-docs.yml
@@ -26,7 +26,7 @@ jobs:
26
make html
27
touch _build/html/.nojekyll
28
- name: Deploy docs to GitHub pages
29
- uses: peaceiris/actions-gh-pages@v3
+ uses: peaceiris/actions-gh-pages@v3.5.10
30
with:
31
github_token: ${{ secrets.GITHUB_TOKEN }}
32
publish_branch: gh-pages
0 commit comments