Skip to content

Commit

Permalink
no longer need to cd to site.
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Clark committed Apr 11, 2024
1 parent 41cbdd3 commit 3118335
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion site/scripts/deploy.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3118335

Please sign in to comment.