From 311833503cc070b526e91a2fc0cec1c1f01fec46 Mon Sep 17 00:00:00 2001 From: Benjamin Clark Date: Thu, 11 Apr 2024 19:01:24 -0400 Subject: [PATCH] no longer need to cd to site. --- site/scripts/deploy.py | 1 - 1 file changed, 1 deletion(-) diff --git a/site/scripts/deploy.py b/site/scripts/deploy.py index 6ee3070..2211a3f 100644 --- a/site/scripts/deploy.py +++ b/site/scripts/deploy.py @@ -20,7 +20,6 @@ """ def deploy(): - os.chdir('site') print("Calculating build hash and distdir...") output = subprocess.run( ["git", "rev-parse", "--short", "HEAD"], capture_output=True