mirror of
https://github.com/gopl-zh/gopl-zh.github.com.git
synced 2024-11-24 07:14:47 +00:00
Update book.yml
This commit is contained in:
parent
21a09260a9
commit
6b7d11fdf8
11
.github/workflows/book.yml
vendored
11
.github/workflows/book.yml
vendored
@ -34,3 +34,14 @@ jobs:
|
|||||||
publish_branch: gh-pages
|
publish_branch: gh-pages
|
||||||
user_name: 'github-actions[bot]'
|
user_name: 'github-actions[bot]'
|
||||||
user_email: 'github-actions[bot]@users.noreply.github.com'
|
user_email: 'github-actions[bot]@users.noreply.github.com'
|
||||||
|
|
||||||
|
|
||||||
|
- name: Deploy Golang-China
|
||||||
|
uses: peaceiris/actions-gh-pages@v3
|
||||||
|
with:
|
||||||
|
personal_token: ${{ secrets.GOLANG_CHINA_DEPLOY_KEY }}
|
||||||
|
external_repository: golang-china/gopl-zh
|
||||||
|
publish_dir: ./book
|
||||||
|
publish_branch: gh-pages
|
||||||
|
user_name: 'github-actions[bot]'
|
||||||
|
user_email: 'github-actions[bot]@users.noreply.github.com'
|
||||||
|
Loading…
Reference in New Issue
Block a user