Skip to content

Commit e4f1af5

Browse files
committed
ci: fix PDF font rendering and improve index page ordering
1 parent 83b8d9d commit e4f1af5

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/marp-release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ jobs:
2323
- name: Install Marp CLI
2424
run: npm install -g @marp-team/marp-cli
2525

26+
- name: Install Chinese fonts
27+
run: |
28+
sudo apt-get update
29+
sudo apt-get install -y fonts-noto-cjk
30+
2631
- name: Build PDFs from docs/*.md
2732
run: |
2833
mkdir -p out

0 commit comments

Comments
 (0)