Update to mdbook 0.5
This commit is contained in:
committed by
Dirkjan Ochtman
parent
dfc31fe32f
commit
665bb6d254
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@@ -1567,7 +1567,7 @@ jobs:
|
||||
uses: taiki-e/install-action@v2
|
||||
env:
|
||||
# renovate: datasource=crate depName=mdbook
|
||||
MDBOOK_VERSION: "0.4.43"
|
||||
MDBOOK_VERSION: "0.5.2"
|
||||
with:
|
||||
tool: mdbook@${{ env.MDBOOK_VERSION }}
|
||||
- name: Build user-guide (stable)
|
||||
|
||||
@@ -15,7 +15,7 @@ jobs: # skip-all
|
||||
uses: taiki-e/install-action@v2
|
||||
env:
|
||||
# renovate: datasource=crate depName=mdbook
|
||||
MDBOOK_VERSION: "0.4.43"
|
||||
MDBOOK_VERSION: "0.5.2"
|
||||
with:
|
||||
tool: mdbook@${{ env.MDBOOK_VERSION }}
|
||||
- name: Build user-guide (stable)
|
||||
|
||||
@@ -4,7 +4,6 @@ language = "en"
|
||||
title = "The Rustup developer guide"
|
||||
|
||||
[output.html]
|
||||
smart-punctuation = true
|
||||
edit-url-template = "https://github.com/rust-lang/rustup/edit/HEAD/doc/dev-guide/{path}"
|
||||
git-repository-url = "https://github.com/rust-lang/rustup/tree/HEAD/doc/dev-guide"
|
||||
site-url = "https://rust-lang.github.io/rustup/dev-guide"
|
||||
|
||||
@@ -3,7 +3,6 @@ authors = ["The Rust Project Developers"]
|
||||
title = "The rustup book"
|
||||
|
||||
[output.html]
|
||||
smart-punctuation = true
|
||||
edit-url-template = "https://github.com/rust-lang/rustup/edit/HEAD/doc/user-guide/{path}"
|
||||
git-repository-url = "https://github.com/rust-lang/rustup/tree/HEAD/doc/user-guide"
|
||||
site-url = "https://rust-lang.github.io/rustup/"
|
||||
|
||||
Reference in New Issue
Block a user