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 6
6
- ' [0-9]+.[0-9]+.[0-9]+.doc' # eg: 2.20.04.doc
7
7
jobs :
8
8
build :
9
+ name : publish gitbook
9
10
runs-on : ubuntu-latest
10
11
steps :
11
- - name : Checkout action
12
- uses : actions/checkout@v4
13
-
14
- - name : Gitbook Action
15
- uses : zanderzhao/gitbook-action@v1.2.4 # https://github.com/ZanderZhao/gitbook-action/releases
16
- with : # Just example, click above, use latest please
17
- token : ${{ secrets.PUBLISH_TOKEN }}
18
- time_zone : Asia/Shanghai # set time zone
19
- source_branch : ${{ github.ref_name }}
20
- publish_push_force : true
21
- publish_dir : /history/${{ github.ref_name }}/
22
- gitbook_pdf : true
23
- gitbook_pdf_dir : /
24
- gitbook_pdf_name : dble-manual
12
+ - uses : actions/checkout@v4
13
+ - uses : yanhuqing666/gitbook-action@1.2.5
14
+ with : # Just example, click above, use latest please
15
+ token : ${{ secrets.PUBLISH_TOKEN }}
16
+ time_zone : Asia/Shanghai # set time zone
17
+ source_branch : ${{ github.ref_name }}
18
+ publish_push_force : true
19
+ publish_dir : /history/${{ github.ref_name }}/
20
+ gitbook_pdf : true
21
+ gitbook_pdf_dir : /
22
+ gitbook_pdf_name : dble-manual
You can’t perform that action at this time.
0 commit comments