Skip to content

Commit 740c2ec

Browse files
author
Kristian Larsson
committed
Pin mdbook to 0.4 in CI
There are non-backwards compatible changes in the latest 0.5 release and we can't upgrade Acton docs because of dependencies on preprocessors (like admonish, though it seem to have been replaced by integrated admonitision in mdbook but also svgbob and perhaps others) that have no support for the new 0.5 format. Pinning to 0.4 is the safe choice for now. We'll have to upgrade later.
1 parent e8c0f6a commit 740c2ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
path: ~/.cargo
2424
key: cargo
2525
- name: 'Install mdbook'
26-
run: cargo install --locked mdbook mdbook-admonish mdbook-tabs mdbook-svgbob
26+
run: cargo install --locked mdbook@0.4.51 mdbook-admonish@1.20.0 mdbook-tabs@0.2.3 mdbook-svgbob@0.2.2
2727
- name: 'Checkout'
2828
uses: actions/checkout@master
2929
with:

0 commit comments

Comments
 (0)