File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
.github/workflows/install-mdbook Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments