Skip to content

Commit 7dd8aae

Browse files
committed
Revert "workflow : Update gitbook action"
This reverts commit d563206.
1 parent d563206 commit 7dd8aae

1 file changed

Lines changed: 4 additions & 10 deletions

File tree

.github/workflows/gitbook.yml

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,11 @@ on:
55
- master
66
jobs:
77
build:
8-
name: Build and deploy
98
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-
169
steps:
1710
- name: Checkout action
1811
uses: actions/checkout@v2
19-
20-
- name: Build and Deploy
21-
uses: onejar99/gitbook-build-publish-action@v1.0.0
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 }}

0 commit comments

Comments
 (0)