Skip to content

Commit 6e8d797

Browse files
committed
Trying 0.2.1...
1 parent 88aabc8 commit 6e8d797

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy-book.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Install mdbook
2020
run: |
2121
cargo install mdbook --version 0.4.32
22-
cargo install mdbook-variables --version 0.2.2
22+
cargo install mdbook-variables --version 0.2.1
2323
- name: Deploy GitHub Pages
2424
run: |
2525
# This assumes your book is in the root of your repository.

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Install mdbook.
66

77
```bash
88
cargo install mdbook --version 0.4.32
9-
cargo install mdbook-variables --version 0.2.2
9+
cargo install mdbook-variables --version 0.2.1
1010
```
1111

1212
Serve the book locally and open your default browser.

0 commit comments

Comments
 (0)