We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f39a66 commit 7fb4e52Copy full SHA for 7fb4e52
.github/workflows/epub.yml
@@ -21,20 +21,15 @@ jobs:
21
with:
22
mdbook-version: "latest"
23
24
- - name: Install Pandoc
25
- uses: pandoc/actions/setup@v1
26
- with:
27
- version: "3.1"
28
-
29
- name: Install Tectonic
30
uses: wtfjoke/setup-tectonic@v1
31
32
github-token: ${{ secrets.GITHUB_TOKEN }}
33
34
- - name: Install fonts
+ - name: Install Pandoc and fonts
35
run: |
36
sudo apt-get update
37
- 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
38
39
- name: Install mdbook-pandoc
40
0 commit comments