fix directory
All checks were successful
/ build (push) Successful in 3m56s

This commit is contained in:
Ruben 2025-10-28 09:39:52 -05:00
commit 733e4a16b4
Signed by: sneexy
GPG key ID: 8ECFA045E63BC583

View file

@ -3,8 +3,8 @@
# script downloads buttons manually and hosts them. so hotlinking but Not Really
# probably don't need to do this/this is probably worse but it runs weekly so its not *that* bad i think??
BUTTONS_DIR=${GITHUB_WORKSPACE}/assets/buttons/friends
SITE_BUTTONS_DIR=${GITHUB_WORKSPACE}/assets/buttons/sites
BUTTONS_DIR=${GITHUB_WORKSPACE}/_includes/assets/buttons/friends
SITE_BUTTONS_DIR=${GITHUB_WORKSPACE}/_includes/assets/buttons/sites
printf "downloading 23sonics ..." && curl -fsSL -A "synth.download Button Downloader/1.0" -o "${BUTTONS_DIR}/23sonics.gif" https://me.evilfoundry.net/media/88x31/me.gif && echo
printf "downloading autumn ..." && curl -fsSL -A "synth.download Button Downloader/1.0" -o "${BUTTONS_DIR}/autumn.webp" http://autumn.town/assets/buttons/mybutton.webp && echo
printf "downloading benjae ..." && curl -fsSL -A "synth.download Button Downloader/1.0" -o "${BUTTONS_DIR}/benjae.png" https://benjae.nekoweb.org/assets/buttons/benjae.png && echo