Deleted unused script

This commit is contained in:
Tristan B. Kildaire 2022-12-06 07:04:23 +00:00
parent ffc6986fe4
commit 83754ea1a1
1 changed files with 0 additions and 9 deletions

View File

@ -1,9 +0,0 @@
# This script runs every week and just simply pulls and builds the docs
mkdir /home/pi/HDD/docs_src/crxn
cd /home/pi/HDD/docs_src/crxn
# Pull new data down
git pull
# Build to the public directory
python3 -m mkdocs build -d ../../docs/crxn/site