Skip to content

Commit 0f6384f

Browse files
authored
downgrade mdbook version as 5.2 causes broken pipe in preprocesser (#1969)
downgrade mdbook version as 5.2 causes broken pipe in preprocesser
1 parent 21b7236 commit 0f6384f

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.2 # Current mdbook version. See `https://crates.io/crates/mdbook`.
17+
MDBOOK_ENV: 0.5.0 # 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)