Skip to content

Commit

Permalink
Revert "Upgrade mdbook-pandoc to fix missing images in PDFs" (#2540)
Browse files Browse the repository at this point in the history
Reverts #2531

This accidentally broke the build because the Persian translation
doesn't build with this version.
  • Loading branch information
mgeisler authored Jan 5, 2025
1 parent 8173e5f commit 76e2cfe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/install-mdbook/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ runs:

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

- name: Install mdbook-i18n-helpers
Expand Down

0 comments on commit 76e2cfe

Please sign in to comment.