We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21b7236 commit 0f6384fCopy full SHA for 0f6384f
.github/workflows/publish-docs.yaml
@@ -14,7 +14,7 @@ jobs:
14
build:
15
runs-on: ubuntu-latest
16
env:
17
- MDBOOK_ENV: 0.5.2 # Current mdbook version. See `https://crates.io/crates/mdbook`.
+ MDBOOK_ENV: 0.5.0 # Current mdbook version. See `https://crates.io/crates/mdbook`.
18
MERMAID_ENV: 0.15.0 # For crate `mdbook-mermaid`. See: `https://github.com/badboy/mdBook-mermaid/`.
19
DEST_DIR: /home/runner/.cargo/bin
20
steps:
0 commit comments