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

Reviewed-on: #4
This commit is contained in:
sevki 2024-07-15 09:50:13 +00:00
parent 3377596a90
commit 41ce849655

View file

@ -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