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