|
|
|
@ -21,6 +21,11 @@ jobs:
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
mdbook-version: "latest"
|
|
|
|
mdbook-version: "latest"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- name: Install FUSE (required for AppImages)
|
|
|
|
|
|
|
|
run: |
|
|
|
|
|
|
|
|
sudo apt-get update
|
|
|
|
|
|
|
|
sudo apt-get install -y libfuse2
|
|
|
|
|
|
|
|
|
|
|
|
- name: Install Tectonic
|
|
|
|
- name: Install Tectonic
|
|
|
|
uses: wtfjoke/setup-tectonic@v1
|
|
|
|
uses: wtfjoke/setup-tectonic@v1
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
@ -28,7 +33,6 @@ jobs:
|
|
|
|
|
|
|
|
|
|
|
|
- name: Install Pandoc and fonts
|
|
|
|
- name: Install Pandoc and fonts
|
|
|
|
run: |
|
|
|
|
run: |
|
|
|
|
sudo apt-get update
|
|
|
|
|
|
|
|
sudo apt-get install -y pandoc fonts-noto-cjk fonts-noto-cjk-extra
|
|
|
|
sudo apt-get install -y pandoc fonts-noto-cjk fonts-noto-cjk-extra
|
|
|
|
|
|
|
|
|
|
|
|
- name: Install mdbook-pandoc
|
|
|
|
- name: Install mdbook-pandoc
|
|
|
|
|