1
0
mirror of http://deavmi.assigned.network/git/CRXN/docs synced 2025-02-16 21:16:53 +00:00
docs/script.sh

10 lines
247 B
Bash

# 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