upload.sh can now do all the required media files so ci doesnt have to

This commit is contained in:
shockrah
2021-02-08 19:49:08 -08:00
parent 799900819d
commit 31dde1140a
2 changed files with 14 additions and 7 deletions

View File

@@ -38,11 +38,7 @@ deploy-neocities:
# First the html
- bash upload.sh -h
# then we do the media files
- for file in $(find media);do \
if [ -f $file ];then \
bash upload.sh -m $file \
fi \
done
- bash upload.sh -M