We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63d551a commit d563206Copy full SHA for d563206
1 file changed
.github/workflows/gitbook.yml
@@ -5,11 +5,17 @@ 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
- - name: Gitbook Action # https://github.com/ZanderZhao/gitbook-action/releases
- uses: ZanderZhao/gitbook-action@v1.2.4
- with:
- token: ${{ secrets.PERSONAL_TOKEN }}
19
20
+ - name: Build and Deploy
21
+ uses: onejar99/gitbook-build-publish-action@v1.0.0
0 commit comments