File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 32
32
sudo apt install gettext
33
33
34
34
- name : Install mdbook
35
- uses : ./.github/workflows/ install-mdbook
35
+ uses : cargo xtask install-tools
36
36
37
37
- name : Upload pre-built-tools for the next tasks
38
38
uses : actions/upload-artifact@v4
94
94
- name : Make all downloaded tools executable
95
95
run : chmod +x /home/runner/.cargo/bin/*
96
96
97
+ - name : Install dependencies for mdbook-pandoc
98
+ run : |
99
+ sudo apt-get update
100
+ sudo apt-get install -y texlive texlive-luatex texlive-lang-cjk texlive-lang-arabic librsvg2-bin fonts-noto
101
+ curl -LsSf https://github.com/jgm/pandoc/releases/download/3.7.0.1/pandoc-3.7.0.1-linux-amd64.tar.gz | tar zxf -
102
+ echo "$PWD/pandoc-3.7.0.1/bin" >> $GITHUB_PATH
103
+ shell : bash
104
+
97
105
- name : Build course in English
98
106
if : matrix.language == 'en'
99
107
run : .github/workflows/build.sh en book
You can’t perform that action at this time.
0 commit comments