forked from web/portal
Fixed build and deploy script
This commit is contained in:
@@ -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/ \
|
||||
|
||||
Reference in New Issue
Block a user