upload.sh can now do all the required media files so ci doesnt have to
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user