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.
2 parents 292d9ed + 60b6d25 commit 6f0ec2aCopy full SHA for 6f0ec2a
.github/workflows/book.yml
@@ -26,7 +26,7 @@ jobs:
26
shell: bash -l {0}
27
run: conda run -n runenv jupyter-book build notebooks
28
- name: GitHub Pages action
29
- uses: peaceiris/actions-gh-pages@v3
+ uses: peaceiris/actions-gh-pages@v4
30
with:
31
github_token: ${{ secrets.GITHUB_TOKEN }}
32
publish_dir: ./notebooks/_build/html
0 commit comments