Skip to content

Commit 6f0ec2a

Browse files
authored
Merge pull request #4 from pnavaro/dependabot/github_actions/peaceiris/actions-gh-pages-4
Bump peaceiris/actions-gh-pages from 3 to 4
2 parents 292d9ed + 60b6d25 commit 6f0ec2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/book.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
shell: bash -l {0}
2727
run: conda run -n runenv jupyter-book build notebooks
2828
- name: GitHub Pages action
29-
uses: peaceiris/actions-gh-pages@v3
29+
uses: peaceiris/actions-gh-pages@v4
3030
with:
3131
github_token: ${{ secrets.GITHUB_TOKEN }}
3232
publish_dir: ./notebooks/_build/html

0 commit comments

Comments
 (0)