Skip to content

Commit 76e2cfe

Browse files
authored
Revert "Upgrade mdbook-pandoc to fix missing images in PDFs" (#2540)
Reverts #2531 This accidentally broke the build because the Persian translation doesn't build with this version.
1 parent 8173e5f commit 76e2cfe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/install-mdbook/action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ runs:
1717

1818
- name: Install mdbook-pandoc and related dependencies
1919
run: |
20-
cargo install mdbook-pandoc --locked --version 0.8.0
20+
cargo install mdbook-pandoc --locked --version 0.7.0
2121
sudo apt-get update
2222
sudo apt-get install -y texlive texlive-luatex texlive-lang-cjk librsvg2-bin fonts-noto
23-
curl -LsSf https://github.com/jgm/pandoc/releases/download/3.6.1/pandoc-3.6.1-linux-amd64.tar.gz | tar zxf -
24-
echo "$PWD/pandoc-3.6.1/bin" >> $GITHUB_PATH
23+
curl -LsSf https://github.com/jgm/pandoc/releases/download/3.2.1/pandoc-3.2.1-linux-amd64.tar.gz | tar zxf -
24+
echo "$PWD/pandoc-3.2.1/bin" >> $GITHUB_PATH
2525
shell: bash
2626

2727
- name: Install mdbook-i18n-helpers

0 commit comments

Comments
 (0)