feat: Add a nightly build
All checks were successful
Build and Deploy / deploy (push) Successful in 4s

This commit is contained in:
Matthew Binning 2026-03-23 06:59:46 -07:00
parent 57329bbe3d
commit 36591614be
3 changed files with 5 additions and 10 deletions

View file

@ -15,10 +15,6 @@ fi
CMD=$1
case $CMD in
sync)
rsync -avz src/ /var/lib/www/
;;
build)
printf "Building blog with mdbook...\n"
[ -s src ] || ln -s /var/lib/www src