mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-10 00:12:09 +00:00
CI: remove nonstandard -L flag from xargs
This commit is contained in:
parent
09d7d6c3fc
commit
6cd84118ea
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ esac
|
|||
|
||||
find public -type f -name '*.html' -o -name '*.css' -o -name '*.xml' -o -name '*.txt' \
|
||||
| grep -v gemini \
|
||||
| xargs -L1 zopfli
|
||||
| xargs zopfli
|
||||
rsync -avzP --exclude 'gemini' --exclude '*.gmi' --exclude 'misc/' --exclude 'music.txt' --exclude '.well-known' public/ "$www_prefix/" --delete
|
||||
rsync -avzP --exclude '*.html' --exclude 'misc/' --exclude 'music.txt' public/gemini/ public/about public/posts "$gemini_prefix/" --delete
|
||||
rsync -avzP public/posts/gemini.xml "$gemini_prefix/feed.xml"
|
||||
|
|
Loading…
Reference in a new issue