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

@ -1 +1 @@
Subproject commit 13eeba1c8c3cc26d879f0e636a4b388383870c5a Subproject commit 2e3abbe49f0dbfdd51d5bd9e8ed84d1a9c49f909