-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated by gitbook-action 2024-09-23 15:41:46
- Loading branch information
1 parent
f425b6f
commit 99771eb
Showing
180 changed files
with
190 additions
and
192 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,19 +6,17 @@ on: | |
- '[0-9]+.[0-9]+.[0-9]+.doc' #eg: 2.20.04.doc | ||
jobs: | ||
build: | ||
name: publish gitbook | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout action | ||
uses: actions/checkout@v4 | ||
|
||
- name: Gitbook Action | ||
uses: zanderzhao/[email protected] # https://github.com/ZanderZhao/gitbook-action/releases | ||
with: # Just example, click above, use latest please | ||
token: ${{ secrets.PUBLISH_TOKEN }} | ||
time_zone: Asia/Shanghai # set time zone | ||
source_branch: ${{ github.ref_name }} | ||
publish_push_force: true | ||
publish_dir: /history/${{ github.ref_name }}/ | ||
gitbook_pdf: true | ||
gitbook_pdf_dir: / | ||
gitbook_pdf_name: dble-manual | ||
- uses: actions/checkout@v4 | ||
- uses: yanhuqing666/[email protected] | ||
with: # Just example, click above, use latest please | ||
token: ${{ secrets.PUBLISH_TOKEN }} | ||
time_zone: Asia/Shanghai # set time zone | ||
source_branch: ${{ github.ref_name }} | ||
publish_push_force: true | ||
publish_dir: /history/${{ github.ref_name }}/ | ||
gitbook_pdf: true | ||
gitbook_pdf_dir: / | ||
gitbook_pdf_name: dble-manual |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.