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 72bcb27 commit fb8109eCopy full SHA for fb8109e
.github/workflows/deploy.yml
@@ -46,7 +46,7 @@ jobs:
46
jupyter-book build .
47
48
- name: GitHub Pages action
49
- uses: peaceiris/actions-gh-pages@v3.9.3
+ uses: peaceiris/actions-gh-pages@v4.0.0
50
if: ${{ github.event_name != 'pull_request' }}
51
with:
52
github_token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments