Skip to content
Merged
Show file tree
Hide file tree
Changes from 8 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/common_failure_alerts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
- L2 TDX build
- LEVM
- Publish Docker
- Publish Ethrex docs page
- Publish Ethrex docs to https://docs.ethrex.xyz/
branches:
- main
types:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr-main_mdbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ on:
paths:
- "docs/**"
pull_request:
paths:
- "docs/**"
# paths:
# - "docs/**"
workflow_dispatch:

permissions:
Expand Down
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,10 @@ mermaid-init.js mermaid.min.js &:
&& exit 1)

docs-deps: ## 📦 Install dependencies for generating the documentation
cargo install mdbook mdbook-alerts mdbook-mermaid mdbook-linkcheck mdbook-katex
cargo install --version 0.9.4 mdbook-katex
cargo install --version 0.7.7 mdbook-linkcheck
cargo install --version 0.8.0 mdbook-alerts
cargo install --version 0.15.0 mdbook-mermaid

docs: mermaid-init.js mermaid.min.js ## 📚 Generate the documentation
mdbook build
Expand Down
Loading