File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
.github/workflows/install-mdbook Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 88 # The --locked flag is important for reproducible builds. It also
99 # avoids breakage due to skews between mdbook and mdbook-svgbob.
1010 - name : Install mdbook
11- run : cargo install mdbook --locked --version 0.4.36
11+ run : cargo install mdbook --locked --version 0.4.37
1212 shell : bash
1313
1414 - name : Install mdbook-svgbob
@@ -17,14 +17,14 @@ runs:
1717
1818 - name : Install mdbook-pandoc and related dependencies
1919 run : |
20- cargo install mdbook-pandoc --locked --version 0.5.0
20+ cargo install mdbook-pandoc --locked --version 0.6.4
2121 sudo apt-get install -y texlive texlive-luatex texlive-lang-cjk librsvg2-bin fonts-noto
22- curl -LsSf https://github.com/jgm/pandoc/releases/download/3.1.12. 2/pandoc-3.1.12 .2-linux-amd64.tar.gz | tar zxf -
23- echo "$PWD/pandoc-3.1.12. 2/bin" >> $GITHUB_PATH
22+ curl -LsSf https://github.com/jgm/pandoc/releases/download/3.2/pandoc-3.2-linux-amd64.tar.gz | tar zxf -
23+ echo "$PWD/pandoc-3.2/bin" >> $GITHUB_PATH
2424 shell : bash
2525
2626 - name : Install mdbook-i18n-helpers
27- run : cargo install mdbook-i18n-helpers --locked --version 0.3.1
27+ run : cargo install mdbook-i18n-helpers --locked --version 0.3.3
2828 shell : bash
2929
3030 - name : Install mdbook-exerciser
You can’t perform that action at this time.
0 commit comments