Skip to content

Commit

Permalink
Add Taskfile
Browse files Browse the repository at this point in the history
  • Loading branch information
giulianopz committed Sep 3, 2023
1 parent 688ff49 commit 932a539
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Taskfile.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
version: '3'

tasks:
serve:
cmds:
# cargo install mdbook
- mdbook serve . -p 8000 -n 127.0.0.1
linkcheck:
cmds:
# python -m pip install linkcheckmd
- ~/utilvenv/bin/python -m linkcheckmd ./domains/

0 comments on commit 932a539

Please sign in to comment.