We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33b9e5b commit 4b4c5f3Copy full SHA for 4b4c5f3
.github/workflows/gitbook-master.yml
@@ -23,5 +23,5 @@ jobs:
23
gitbook_pdf: true
24
gitbook_pdf_dir: /
25
gitbook_pdf_name: dble-manual
26
- font_install: sudo apt-get install fonts-noto-cjk
27
- prepare_install: sudo apt-get install -y calibre fonts-arphic-ukai fonts-arphic-uming
+ 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 commit comments