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 88aabc8 commit 6e8d797Copy full SHA for 6e8d797
.github/workflows/deploy-book.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Install mdbook
20
run: |
21
cargo install mdbook --version 0.4.32
22
- cargo install mdbook-variables --version 0.2.2
+ cargo install mdbook-variables --version 0.2.1
23
- name: Deploy GitHub Pages
24
25
# This assumes your book is in the root of your repository.
docs/README.md
@@ -6,7 +6,7 @@ Install mdbook.
6
7
```bash
8
9
-cargo install mdbook-variables --version 0.2.2
+cargo install mdbook-variables --version 0.2.1
10
```
11
12
Serve the book locally and open your default browser.
0 commit comments