diff --git a/birdcat.online b/birdcat.online index 3556808..193b2e1 160000 --- a/birdcat.online +++ b/birdcat.online @@ -1 +1 @@ -Subproject commit 3556808e3b64f206c1461742d7ec8f01f0334b0d +Subproject commit 193b2e1f442ef347be94b3dfceb10cea26c8e597 diff --git a/birdcat.party b/birdcat.party index 3289515..e011370 160000 --- a/birdcat.party +++ b/birdcat.party @@ -1 +1 @@ -Subproject commit 3289515b956c3c55cb584c982959be8ea79c7ebd +Subproject commit e0113701dd07f908d8d11fd3d12b3edda0f9baa4 diff --git a/blobcat.business b/blobcat.business index 272b89c..fcdd663 160000 --- a/blobcat.business +++ b/blobcat.business @@ -1 +1 @@ -Subproject commit 272b89c18cb651cc8f0c58329e3df708d58baac5 +Subproject commit fcdd66315832813b554a24b7f6f0005a71eede45 diff --git a/mestizo.monster b/mestizo.monster index c022821..d5a293e 160000 --- a/mestizo.monster +++ b/mestizo.monster @@ -1 +1 @@ -Subproject commit c022821dd3f355491a4e9944ada1582fd1572d64 +Subproject commit d5a293e34900baeba40013f191edf279a5c55066 diff --git a/upload.sh b/upload.sh index be9efec..31e1f7b 100755 --- a/upload.sh +++ b/upload.sh @@ -12,7 +12,11 @@ CONFIG_FILE="$1/upload.conf" export NEOCITIES_API_KEY # build site -hugo -s "$1" +if [ "$ENGINE" = "hugo" ]; then + hugo -s "$1" +fi + + # push index last to ensure resources are available neocities push -e index.html "$1/$SITE_DIR"