Skip to content

Commit 4db5a3b

Browse files
committed
Retry with v3
1 parent 9748603 commit 4db5a3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/website.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Build html documentation
1919
run: virtualenv -p /usr/bin/python3 venv && source venv/bin/activate && pip install sphinx sphinx_rtd_theme && cd doc && make html && cd -
2020
- name: Deploy
21-
uses: peaceiris/actions-gh-pages@v4
21+
uses: peaceiris/actions-gh-pages@v3
2222
with:
2323
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
2424
publish_branch: gh-pages

0 commit comments

Comments
 (0)