Skip to content

Commit

Permalink
fix mdbook recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
senekor committed Jul 30, 2024
1 parent c088b4f commit ee5bfef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ setup:
./dev/scripts/setup.sh

serve:
killall mdbook
killall mdbook || true
mdbook serve

build:
Expand Down

0 comments on commit ee5bfef

Please sign in to comment.