From 242e12d2b6895a085c23a0183dec634ba8e381e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20S=C3=BC=C3=9Fenguth?= Date: Tue, 18 May 2021 17:29:21 +0200 Subject: [PATCH] Fixed build and deploy script --- build+deploy.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build+deploy.sh b/build+deploy.sh index ea59c9b..daa1388 100755 --- a/build+deploy.sh +++ b/build+deploy.sh @@ -8,7 +8,8 @@ set -o errexit ## set -e : exit the script if any statement returns a non-true rm -rf dist # build -./build.py items.yml +python3 ./build.py items_page_1.yml index.html +python3 ./build.py items_page_2.yml index2.html # deploy rsync -v --archive --delete dist/ \