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 b9362c2 commit d9babcaCopy full SHA for d9babca
.github/workflows/gh-pages.yml
@@ -18,6 +18,7 @@ jobs:
18
with:
19
mdbook-version: "0.4.15"
20
21
+ - run: cargo run --package versions-replacer -- ./docs --manifest-path ./Cargo.toml --filename-regex "\.md$"
22
- run: mdbook build docs
23
24
- name: Deploy master
0 commit comments