Fixing multiline issue in neocities deployment job
This commit is contained in:
parent
1101beac23
commit
a784e7a10c
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,3 +8,4 @@ tmp/
|
||||
.env
|
||||
.mirror
|
||||
keys/
|
||||
*.bin
|
||||
|
@ -33,11 +33,11 @@ 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
|
||||
- for file in $(find media);do \
|
||||
if [ -f $file ];then \
|
||||
bash upload.sh -m $file \
|
||||
fi \
|
||||
done
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user