summaryrefslogtreecommitdiff
path: root/compile.sh
diff options
context:
space:
mode:
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