Skip to content

Commit 02bf4f0

Browse files
authored
Add admonish and mdbook-toc back.
1 parent 8190e39 commit 02bf4f0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/mdbook.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ jobs:
2626
run: |
2727
# This assumes your book is in the root of your repository.
2828
# Just add a `cd` here if you need to change to another directory.
29+
cargo install mdbook-admonish
30+
mdbook-admonish install
31+
cargo install mdbook-toc
2932
mdbook build
3033
- name: Setup Pages
3134
uses: actions/configure-pages@v4
@@ -36,4 +39,4 @@ jobs:
3639
path: 'book'
3740
- name: Deploy to GitHub Pages
3841
id: deployment
39-
uses: actions/deploy-pages@v4
42+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)