Update Justfile

This commit is contained in:
James Turk 2023-10-14 01:45:10 -05:00 committed by GitHub
parent af51f1013e
commit 20c4188747
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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