chinese font3 #13
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
name: 'Gitbook-Master' | |
on: | |
push: | |
branches: | |
- master | |
jobs: | |
build: | |
name: publish gitbook | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: RisingInIris2017/cjk-fonts-action@v1 | |
- uses: zanderzhao/[email protected] # https://github.com/ZanderZhao/gitbook-action/releases | |
with: | |
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 |