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 4c55bd4 commit 3e050f7Copy full SHA for 3e050f7
.github/workflows/cd.yml
@@ -7,9 +7,9 @@ on:
7
env:
8
# Use fixed versions for now, replace with 'latest' to auto-use latest
9
# Note: during build, there's a warning when using mdbook-toc compiled against an older mdbook version, should work though.
10
- MDBOOK_VERSION: "0.4.32"
11
- MDBOOK_TOC_VERSION: "0.13.0"
12
- MDBOOK_ADMONISH_VERSION: "1.10.1"
+ MDBOOK_VERSION: "0.4.44"
+ MDBOOK_TOC_VERSION: "0.14.2"
+ MDBOOK_ADMONISH_VERSION: "1.18.0"
13
MDBOOK_BIN: "/tmp/mdbook-bin"
14
15
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
0 commit comments