We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
admonish
mdbook-toc
1 parent 8190e39 commit 02bf4f0Copy full SHA for 02bf4f0
.github/workflows/mdbook.yml
@@ -26,6 +26,9 @@ jobs:
26
run: |
27
# This assumes your book is in the root of your repository.
28
# 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
32
mdbook build
33
- name: Setup Pages
34
uses: actions/configure-pages@v4
@@ -36,4 +39,4 @@ jobs:
36
39
path: 'book'
37
40
- name: Deploy to GitHub Pages
38
41
id: deployment
- uses: actions/deploy-pages@v4
42
+ uses: actions/deploy-pages@v4
0 commit comments