Update gh-pages.yml
This commit is contained in:
committed by
GitHub
parent
a20c558a66
commit
9a5320785e
8
.github/workflows/gh-pages.yml
vendored
8
.github/workflows/gh-pages.yml
vendored
@@ -21,7 +21,9 @@ jobs:
|
|||||||
- run: mdbook build
|
- run: mdbook build
|
||||||
|
|
||||||
- name: Deploy
|
- name: Deploy
|
||||||
|
uses: peaceiris/actions-gh-pages@v2.5.0
|
||||||
env:
|
env:
|
||||||
ACTIONS_DEPLOY_KEY: ${{ secrets.ACTIONS_DEPLOY_KEY }}
|
ACTIONS_DEPLOY_KEY: ${{ secrets.ACTIONS_DEPLOY_KEY }}
|
||||||
PUBLISH_BRANCH: gh-pages
|
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
PUBLISH_DIR: ./book
|
PUBLISH_BRANCH: gh-pages
|
||||||
|
PUBLISH_DIR: ./book
|
||||||
|
|||||||
Reference in New Issue
Block a user