|
|
|
@ -21,20 +21,15 @@ jobs:
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
mdbook-version: "latest"
|
|
|
|
mdbook-version: "latest"
|
|
|
|
|
|
|
|
|
|
|
|
- name: Install Pandoc
|
|
|
|
|
|
|
|
uses: pandoc/actions/setup@v1
|
|
|
|
|
|
|
|
with:
|
|
|
|
|
|
|
|
version: "3.1"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- name: Install Tectonic
|
|
|
|
- name: Install Tectonic
|
|
|
|
uses: wtfjoke/setup-tectonic@v1
|
|
|
|
uses: wtfjoke/setup-tectonic@v1
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
github-token: ${{ secrets.GITHUB_TOKEN }}
|
|
|
|
github-token: ${{ secrets.GITHUB_TOKEN }}
|
|
|
|
|
|
|
|
|
|
|
|
- name: Install fonts
|
|
|
|
- name: Install Pandoc and fonts
|
|
|
|
run: |
|
|
|
|
run: |
|
|
|
|
sudo apt-get update
|
|
|
|
sudo apt-get update
|
|
|
|
sudo apt-get install -y 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
|
|
|
|
run: |
|
|
|
|
run: |
|
|
|
|
|