1
0
mirror of https://codeberg.org/CRXN/docs.git synced 2024-09-21 11:03:25 +02:00
docs/script.sh

10 lines
236 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
mkdocs build -d ../../docs/crxn/site