Skip to content

Commit 9748603

Browse files
committed
Try v4 to deploy website
1 parent f1a96dd commit 9748603

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/website.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +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@v3
22-
if: ${{ github.ref == 'refs/heads/master' }}
21+
uses: peaceiris/actions-gh-pages@v4
2322
with:
2423
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
2524
publish_branch: gh-pages

0 commit comments

Comments
 (0)