diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 89fc0e42..28d04b7d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -41,7 +41,7 @@ jobs: - name: Install mdbook-pandoc and related dependencies run: | - cargo install mdbook-pandoc --locked --version 0.4.0 + cargo install mdbook-pandoc --locked --version 0.5.0 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.1.11/pandoc-3.1.11-linux-amd64.tar.gz | tar zxf - echo "$PWD/pandoc-3.1.11/bin" >> $GITHUB_PATH diff --git a/book.toml b/book.toml index 4edd6918..fd9e1c97 100644 --- a/book.toml +++ b/book.toml @@ -31,6 +31,7 @@ verbose = false # Report timing information. [output.pandoc] optional = true +hosted-html = "https://google.github.io/comprehensive-rust/" [output.pandoc.profile.pdf] output-file = "comprehensive-rust.pdf"