Skip to content

Commit a3ca41f

Browse files
authored
fix: further downgrade mermaid, internal dep env problem (mozilla-services#1974)
fix: further downgrade mermaid, internal dep env problem
1 parent 38fce2f commit a3ca41f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
build:
1515
runs-on: ubuntu-latest
1616
env:
17-
MDBOOK_ENV: 0.5.0 # Current mdbook version. See `https://crates.io/crates/mdbook`.
17+
MDBOOK_ENV: 0.4.51 # Current mdbook version. See `https://crates.io/crates/mdbook`.
1818
MERMAID_ENV: 0.15.0 # For crate `mdbook-mermaid`. See: `https://github.com/badboy/mdBook-mermaid/`.
1919
DEST_DIR: /home/runner/.cargo/bin
2020
steps:

0 commit comments

Comments
 (0)