Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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
6 changes: 4 additions & 2 deletions .github/workflows/mdbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,16 @@ jobs:
build:
runs-on: ubuntu-latest
env:
MDBOOK_VERSION: 0.4.40
MDBOOK_VERSION: 0.4.52
MDBOOK_MERMAID_VERSION: 0.15.0
steps:
- uses: actions/checkout@v4
- name: Install mdBook
- name: Install mdBook + preprocessors
run: |
curl --proto '=https' --tlsv1.2 https://sh.rustup.rs -sSf -y | sh
rustup update
cargo install --version ${MDBOOK_VERSION} mdbook
cargo install --version ${MDBOOK_MERMAID_VERSION} mdbook-mermaid
- uses: extractions/setup-just@v2
- name: Setup Pages
id: pages
Expand Down
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
book
target
.cache
src/api
src/api

# copied into the repo by `mdbook-mermaid` install:
/mermaid*.js
Loading