aboutsummaryrefslogtreecommitdiff
path: root/script
diff options
context:
space:
mode:
Diffstat (limited to 'script')
-rwxr-xr-xscript/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/script/build.sh b/script/build.sh
index 4a96306..8502100 100755
--- a/script/build.sh
+++ b/script/build.sh
@@ -44,7 +44,7 @@ yarn run webpack-single-shot
bundle
rm -rf $BUILD_DEST/*
bundle exec jekyll build -s $BUILD_SOURCE -d $BUILD_DEST
-mkdir $BUILD_DEST/about $BUILD_DEST/en/about
+mkdir -p $BUILD_DEST/about $BUILD_DEST/en/about
# Hack to fix some issues with the about page...
cp $BUILD_DEST/about.html $BUILD_DEST/about/index.html