Skip to content

Commit

Permalink
chinese font2
Browse files Browse the repository at this point in the history
  • Loading branch information
yanhuqing666 committed Sep 20, 2024
1 parent f7abe09 commit 6e4e18e
Showing 1 changed file with 15 additions and 17 deletions.
32 changes: 15 additions & 17 deletions .github/workflows/gitbook-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,20 @@ on:

jobs:
build:
name: publish gitbook
runs-on: ubuntu-latest
steps:
- name: Checkout action
uses: actions/checkout@v4

- name: Gitbook Action
uses: RisingInIris2017/cjk-fonts-action@v1
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: master # clone source master
publish_push_force: true
publish_remove_last_build: false
gitbook_pdf: true
gitbook_pdf_dir: /
gitbook_pdf_name: dble-manual
#font_install: sudo apt-get install fonts-noto-cjk ttf-mscorefonts-installer
#prepare_install: sudo add-apt-repository universe && sudo apt update && sudo apt-get install calibre fonts-arphic-gbsn00lp
- uses: actions/checkout@v4
- uses: RisingInIris2017/cjk-fonts-action@v1
- 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: master # clone source master
publish_push_force: true
publish_remove_last_build: false
gitbook_pdf: true
gitbook_pdf_dir: /
gitbook_pdf_name: dble-manual
#font_install: sudo apt-get install fonts-noto-cjk ttf-mscorefonts-installer
#prepare_install: sudo add-apt-repository universe && sudo apt update && sudo apt-get install calibre fonts-arphic-gbsn00lp

0 comments on commit 6e4e18e

Please sign in to comment.