summaryrefslogtreecommitdiff
path: root/compile.sh
diff options
context:
space:
mode:
authorLizzy Hunt <elizabeth.hunt@simponic.xyz>2024-03-09 21:29:25 -0700
committerLizzy Hunt <elizabeth.hunt@simponic.xyz>2024-03-09 21:29:25 -0700
commit67e4b234d31626976ad630043814235c936f8bbf (patch)
treefcf4259005094271ab475d4f55cea1c251357817 /compile.sh
parent2c4b0cf6c40d7b866a9c538a4df06bc36e189d89 (diff)
downloadtilde.club-67e4b234d31626976ad630043814235c936f8bbf.tar.gz
tilde.club-67e4b234d31626976ad630043814235c936f8bbf.zip
finish static page
Diffstat (limited to 'compile.sh')
-rwxr-xr-xcompile.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/compile.sh b/compile.sh
index 46ae743..31addf8 100755
--- a/compile.sh
+++ b/compile.sh
@@ -2,8 +2,9 @@
set -e
-mkdir -p dist
+git submodule update --init --recursive
+mkdir -p dist
pwd=$PWD
for source in "html" "gemini" "gopher"; do