There was an error while loading. Please reload this page.
1 parent cf7232e commit 108017cCopy full SHA for 108017c
.github/workflows/publish.yml
@@ -77,7 +77,7 @@ jobs:
77
run: |
78
jb build lectures --path-output ./ -n -W --keep-going
79
- name: Deploy website to gh-pages
80
- uses: peaceiris/actions-gh-pages@v3
+ uses: peaceiris/actions-gh-pages@v4
81
with:
82
github_token: ${{ secrets.GITHUB_TOKEN }}
83
publish_dir: _build/html/
0 commit comments