From 20c418874726483946804e76f703f5a08315a127 Mon Sep 17 00:00:00 2001 From: James Turk Date: Sat, 14 Oct 2023 01:45:10 -0500 Subject: [PATCH] Update Justfile --- Justfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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