build: script for pulling latest content in

This commit is contained in:
Lewis Wynne 2026-01-31 21:02:43 +00:00
parent 789049d33c
commit 38653f2aa1
2 changed files with 7 additions and 1 deletions

6
pull-content.sh Executable file
View file

@ -0,0 +1,6 @@
#!/usr/bin/env bash
set -e
cd "$(dirname "$0")"
git submodule update --remote --merge www/src/content
git submodule status www/src/content