File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 41
41
42
42
- name : Install mdbook-pandoc and related dependencies
43
43
run : |
44
- cargo install mdbook-pandoc --locked --version 0.4 .0
44
+ cargo install mdbook-pandoc --locked --version 0.5 .0
45
45
sudo apt-get install -y texlive texlive-luatex texlive-lang-cjk librsvg2-bin fonts-noto
46
46
curl -LsSf https://github.com/jgm/pandoc/releases/download/3.1.11/pandoc-3.1.11-linux-amd64.tar.gz | tar zxf -
47
47
echo "$PWD/pandoc-3.1.11/bin" >> $GITHUB_PATH
Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ verbose = false # Report timing information.
31
31
32
32
[output .pandoc ]
33
33
optional = true
34
+ hosted-html = " https://google.github.io/comprehensive-rust/"
34
35
35
36
[output .pandoc .profile .pdf ]
36
37
output-file = " comprehensive-rust.pdf"
You can’t perform that action at this time.
0 commit comments