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