build: script for pulling latest content in
This commit is contained in:
parent
789049d33c
commit
38653f2aa1
2 changed files with 7 additions and 1 deletions
6
pull-content.sh
Executable file
6
pull-content.sh
Executable 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue