Skip to content

Commit 63d551a

Browse files
authored
workflow : Add gitbook action
This action builds and publishes a gitbook to github pages
1 parent fda3d58 commit 63d551a

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

.github/workflows/gitbook.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: 'Gitbook Action Build'
2+
on:
3+
push:
4+
branches:
5+
- master
6+
jobs:
7+
build:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- name: Checkout action
11+
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 }}

0 commit comments

Comments
 (0)