Fixed build and deploy script

This commit is contained in:
2021-05-18 17:29:21 +02:00
parent e81d6c98c9
commit 242e12d2b6

View File

@@ -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/ \