We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9748603 commit 4db5a3bCopy full SHA for 4db5a3b
.github/workflows/website.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Build html documentation
19
run: virtualenv -p /usr/bin/python3 venv && source venv/bin/activate && pip install sphinx sphinx_rtd_theme && cd doc && make html && cd -
20
- name: Deploy
21
- uses: peaceiris/actions-gh-pages@v4
+ uses: peaceiris/actions-gh-pages@v3
22
with:
23
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
24
publish_branch: gh-pages
0 commit comments