We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fb4e52 commit 7fa94e5Copy full SHA for 7fa94e5
1 file changed
.github/workflows/epub.yml
@@ -21,14 +21,18 @@ jobs:
21
with:
22
mdbook-version: "latest"
23
24
+ - name: Install FUSE (required for AppImages)
25
+ run: |
26
+ sudo apt-get update
27
+ sudo apt-get install -y libfuse2
28
+
29
- name: Install Tectonic
30
uses: wtfjoke/setup-tectonic@v1
31
32
github-token: ${{ secrets.GITHUB_TOKEN }}
33
34
- name: Install Pandoc and fonts
35
run: |
- sudo apt-get update
36
sudo apt-get install -y pandoc fonts-noto-cjk fonts-noto-cjk-extra
37
38
- name: Install mdbook-pandoc
0 commit comments