From a59e0d8ac76425bb2f52d8c1abf4d19fea1458f0 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Mon, 5 Jul 2021 22:52:52 +0200 Subject: script: do not bail out on failing to create some dirs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- script/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3