Update github-pages.yml
parent
be32c3dd8e
commit
e6b2ca7bb8
|
@ -24,8 +24,11 @@ jobs:
|
||||||
with:
|
with:
|
||||||
mdbook-version: 'latest'
|
mdbook-version: 'latest'
|
||||||
|
|
||||||
|
- name: 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.6.1
|
||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
publish_dir: book
|
publish_dir: ./book
|
||||||
|
|
Loading…
Reference in New Issue