summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorGravatar Matthew Wozniak <me@woz.blue> 2024-06-25 15:35:03 -0400
committerGravatar Matthew Wozniak <me@woz.blue> 2024-06-25 15:35:03 -0400
commitbb53d7bcd733e34569c2a35ac2e3218a80f62b8a (patch)
treecb0bca7fa325c58bf1fb5d250e0e62ed06c16c59 /build.sh
parentbe291e00c2aeeb725f662562db11063e2fe25833 (diff)
downloadsite-bb53d7bcd733e34569c2a35ac2e3218a80f62b8a.tar.gz
site-bb53d7bcd733e34569c2a35ac2e3218a80f62b8a.zip
fix bug
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.sh b/build.sh
index 1b18051..81dab4d 100755
--- a/build.sh
+++ b/build.sh
@@ -2,6 +2,7 @@
shopt -s globstar
+mkdir -p out
cp -r static/* out
for i in **/*.md; do