Update github-pages.yml
parent
e6b2ca7bb8
commit
cfc07b5c94
|
@ -28,7 +28,7 @@ jobs:
|
||||||
run: mdbook build
|
run: mdbook build
|
||||||
|
|
||||||
- name: GitHub Pages action
|
- name: GitHub Pages action
|
||||||
uses: peaceiris/actions-gh-pages@v3.6.1
|
uses: peaceiris/actions-gh-pages@v3
|
||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
publish_dir: ./book
|
publish_dir: ./book
|
||||||
|
|
Loading…
Reference in New Issue