Skip to content

Commit

Permalink
fix path where admonish css gets installed
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenj committed Nov 21, 2022
1 parent eebd794 commit 37cae5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefiles/docs.toml
Expand Up @@ -22,7 +22,7 @@ script_runner = "@shell"
script = '''
cargo install mdbook-admonish
cd ..
mdbook-admonish install --css-dir ./doc/src/assets/css/
mdbook-admonish install --css-dir book/src/assets/css/
'''

# We can make our own regex preprocessing templates
Expand Down

0 comments on commit 37cae5c

Please sign in to comment.