2021-06-03 09:48:37 +00:00
|
|
|
# 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
|
2021-06-03 10:56:18 +00:00
|
|
|
python3 -m mkdocs build -d ../../docs/crxn/site
|