diff --git a/Justfile b/Justfile index 1399c8a..dc680a8 100644 --- a/Justfile +++ b/Justfile @@ -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