Commit fd69419 1 parent 38057e1 commit fd69419 Copy full SHA for fd69419
File tree 1 file changed +13
-8
lines changed
1 file changed +13
-8
lines changed Original file line number Diff line number Diff line change 22
22
- name : Set up Git repository
23
23
uses : actions/checkout@v4
24
24
25
+ - name : Prepare Mkdocs environment
26
+ run : |
27
+ pip install mkdocs
28
+ pip install mkdocs-print-site-plugin
29
+ pip install mkdocs-macros-plugin
30
+
31
+ - name : Compile Mkdocs document
32
+ run : |
33
+ mkdocs build
34
+
25
35
- name : Cache Fonts
26
36
uses : actions/cache@v4
27
37
id : cache-fonts
@@ -60,15 +70,10 @@ jobs:
60
70
curl -L "https://github.com/lxgw/LxgwWenKai/releases/download/v1.330/LXGWWenKai-$form.ttf" -o "${{ env.TYPST_FONT_PATH }}/LXGWWenKai-$form.ttf"
61
71
done
62
72
63
- - name : Prepare Mkdocs environment
73
+ - name : Install Fonts
64
74
run : |
65
- pip install mkdocs
66
- pip install mkdocs-print-site-plugin
67
- pip install mkdocs-macros-plugin
68
-
69
- - name : Compile Mkdocs document
70
- run : |
71
- mkdocs build
75
+ apt-get install -yq --allow-unauthenticated ttf-mscorefonts-installer
76
+ apt-get install -yyq fonts-liberation
72
77
73
78
- name : Prepare Puppeteer environment
74
79
run : |
You can’t perform that action at this time.
0 commit comments