From 38653f2aa19b7174414e71ca62dc648dd4f15999 Mon Sep 17 00:00:00 2001 From: lew Date: Sat, 31 Jan 2026 21:02:43 +0000 Subject: [PATCH] build: script for pulling latest content in --- pull-content.sh | 6 ++++++ www/src/content | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100755 pull-content.sh diff --git a/pull-content.sh b/pull-content.sh new file mode 100755 index 0000000..b04290a --- /dev/null +++ b/pull-content.sh @@ -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 diff --git a/www/src/content b/www/src/content index 13eeba1..2e3abbe 160000 --- a/www/src/content +++ b/www/src/content @@ -1 +1 @@ -Subproject commit 13eeba1c8c3cc26d879f0e636a4b388383870c5a +Subproject commit 2e3abbe49f0dbfdd51d5bd9e8ed84d1a9c49f909