render skill tree (#4)
Some checks are pending
rust-clippy analyze / Run rust-clippy analyzing (push) Waiting to run
Deploy mdBook site to Pages / build (srclang, x86_64-unknown-linux-gnu, stable) (push) Waiting to run
Deploy mdBook site to Pages / deploy (push) Blocked by required conditions
Rust / build (srclang, x86_64-unknown-linux-gnu, nightly) (push) Waiting to run
Rust / build (srclang, x86_64-unknown-linux-gnu, stable) (push) Waiting to run
Some checks are pending
rust-clippy analyze / Run rust-clippy analyzing (push) Waiting to run
Deploy mdBook site to Pages / build (srclang, x86_64-unknown-linux-gnu, stable) (push) Waiting to run
Deploy mdBook site to Pages / deploy (push) Blocked by required conditions
Rust / build (srclang, x86_64-unknown-linux-gnu, nightly) (push) Waiting to run
Rust / build (srclang, x86_64-unknown-linux-gnu, stable) (push) Waiting to run
Reviewed-on: #4
This commit is contained in:
parent
3377596a90
commit
41ce849655
1 changed files with 2 additions and 0 deletions
2
.github/workflows/mdbook.yml
vendored
2
.github/workflows/mdbook.yml
vendored
|
@ -55,6 +55,8 @@ jobs:
|
|||
- name: Install mdBook
|
||||
run: |
|
||||
cargo install --version ${MDBOOK_VERSION} mdbook
|
||||
cargo install mdbook-alerts
|
||||
cargo install mdbook-skill-tree
|
||||
- name: Setup Pages
|
||||
id: pages
|
||||
uses: actions/configure-pages@v5
|
||||
|
|
Loading…
Reference in a new issue