Skip to content

Commit 76434f3

Browse files
authored
fix(l1, l2): fix mdbook workflow (#5386)
**Motivation** <!-- Why does this pull request exist? What are its goals? --> **Description** <!-- A clear and concise general description of the changes this PR introduces --> <!-- Link to issues: Resolves #111, Resolves #222 --> Closes #issue_number
1 parent 7276753 commit 76434f3

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/common_failure_alerts.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
- L2 TDX build
1515
- LEVM
1616
- Publish Docker
17-
- Publish Ethrex docs page
17+
- Publish Ethrex docs to https://docs.ethrex.xyz/
1818
branches:
1919
- main
2020
types:

Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,10 @@ mermaid-init.js mermaid.min.js &:
186186
&& exit 1)
187187

188188
docs-deps: ## 📦 Install dependencies for generating the documentation
189-
cargo install mdbook mdbook-alerts mdbook-mermaid mdbook-linkcheck mdbook-katex
189+
cargo install --version 0.9.4 mdbook-katex
190+
cargo install --version 0.7.7 mdbook-linkcheck
191+
cargo install --version 0.8.0 mdbook-alerts
192+
cargo install --version 0.15.0 mdbook-mermaid
190193

191194
docs: mermaid-init.js mermaid.min.js ## 📚 Generate the documentation
192195
mdbook build

0 commit comments

Comments
 (0)