Skip to content

Commit d563206

Browse files
authored
workflow : Update gitbook action
1 parent 63d551a commit d563206

1 file changed

Lines changed: 10 additions & 4 deletions

File tree

.github/workflows/gitbook.yml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,17 @@ on:
55
- master
66
jobs:
77
build:
8+
name: Build and deploy
89
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+
916
steps:
1017
- name: Checkout action
1118
uses: actions/checkout@v2
12-
- name: Gitbook Action # https://github.com/ZanderZhao/gitbook-action/releases
13-
uses: ZanderZhao/gitbook-action@v1.2.4
14-
with:
15-
token: ${{ secrets.PERSONAL_TOKEN }}
19+
20+
- name: Build and Deploy
21+
uses: onejar99/gitbook-build-publish-action@v1.0.0

0 commit comments

Comments
 (0)