Added build script

This commit is contained in:
Tristan B. Velloza Kildaire 2021-06-03 11:48:37 +02:00
parent 934ece1e77
commit 05ac374dc0
1 changed files with 9 additions and 0 deletions

9
script.sh Normal file
View File

@ -0,0 +1,9 @@
# 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
mkdocs build -d ../../docs/crxn/site