Skip to content

Commit

Permalink
Update Justfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesturk committed Oct 14, 2023
1 parent af51f10 commit 20c4188
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ test: pytest
cargo test

deploy-docs:
. .venv/bin/activate
mkdocs gh-deploy
. .venv/bin/activate
mkdocs gh-deploy

venv:
rm -rf .venv
Expand Down

0 comments on commit 20c4188

Please sign in to comment.