We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d563206 commit 7dd8aaeCopy full SHA for 7dd8aae
1 file changed
.github/workflows/gitbook.yml
@@ -5,17 +5,11 @@ on:
5
- master
6
jobs:
7
build:
8
- name: Build and deploy
9
runs-on: ubuntu-latest
10
- env:
11
- MY_SECRET : ${{secrets.PERSONAL_TOKEN}}
12
- USER_NAME : PresentKim
13
- USER_EMAIL : debe3721@gmail.com
14
- BOOK_DIR : /
15
-
16
steps:
17
- name: Checkout action
18
uses: actions/checkout@v2
19
20
- - name: Build and Deploy
21
- uses: onejar99/gitbook-build-publish-action@v1.0.0
+ - name: Gitbook Action # https://github.com/ZanderZhao/gitbook-action/releases
+ uses: ZanderZhao/gitbook-action@v1.2.4
+ with:
+ token: ${{ secrets.PERSONAL_TOKEN }}
0 commit comments