update upload parameters

This commit is contained in:
Daniel Alejandro Gallegos 2024-04-17 21:44:09 -04:00
parent 6ce61aa07b
commit 8b7957ce7a
Signed by: taco
SSH key fingerprint: SHA256:YgoAbZ3x1d1kTGKEmT8elbjEvK/mn0hc4ATFgWhykR0
5 changed files with 9 additions and 5 deletions

@ -1 +1 @@
Subproject commit 3556808e3b64f206c1461742d7ec8f01f0334b0d
Subproject commit 193b2e1f442ef347be94b3dfceb10cea26c8e597

@ -1 +1 @@
Subproject commit 3289515b956c3c55cb584c982959be8ea79c7ebd
Subproject commit e0113701dd07f908d8d11fd3d12b3edda0f9baa4

@ -1 +1 @@
Subproject commit 272b89c18cb651cc8f0c58329e3df708d58baac5
Subproject commit fcdd66315832813b554a24b7f6f0005a71eede45

@ -1 +1 @@
Subproject commit c022821dd3f355491a4e9944ada1582fd1572d64
Subproject commit d5a293e34900baeba40013f191edf279a5c55066

View file

@ -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"