This commit is contained in:
parent
3dfac0a823
commit
733e4a16b4
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue