File tree Expand file tree Collapse file tree 1 file changed +12
-14
lines changed Expand file tree Collapse file tree 1 file changed +12
-14
lines changed Original file line number Diff line number Diff line change 7
7
8
8
jobs :
9
9
build :
10
+ name : publish gitbook
10
11
runs-on : ubuntu-latest
11
12
steps :
12
- - name : Checkout action
13
- uses : actions/checkout@v4
14
-
15
- - name : Gitbook Action
16
- uses : zanderzhao/gitbook-action@v1.2.4 # https://github.com/ZanderZhao/gitbook-action/releases
17
- with : # Just example, click above, use latest please
18
- token : ${{ secrets.PUBLISH_TOKEN }}
19
- time_zone : Asia/Shanghai # set time zone
20
- source_branch : develop # clone source master
21
- publish_push_force : true
22
- publish_dir : /history/develop/
23
- gitbook_pdf : true
24
- gitbook_pdf_dir : /
25
- gitbook_pdf_name : dble-manual
13
+ - uses : actions/checkout@v4
14
+ - uses : yanhuqing666/gitbook-action@1.2.5
15
+ with : # Just example, click above, use latest please
16
+ token : ${{ secrets.PUBLISH_TOKEN }}
17
+ time_zone : Asia/Shanghai # set time zone
18
+ source_branch : develop # clone source master
19
+ publish_push_force : true
20
+ publish_dir : /history/develop/
21
+ gitbook_pdf : true
22
+ gitbook_pdf_dir : /
23
+ gitbook_pdf_name : dble-manual
You can’t perform that action at this time.
0 commit comments