mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-10 02:26:08 +01:00
Make find command work in Linux
This commit is contained in:
parent
d605275f81
commit
1a53ef8ba1
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ tasks:
|
||||||
# Gemini has no Javascript (no client-side interactivity at all), so search is useless
|
# Gemini has no Javascript (no client-side interactivity at all), so search is useless
|
||||||
- rm -rf ./public/search
|
- rm -rf ./public/search
|
||||||
# Remove www-specific files
|
# Remove www-specific files
|
||||||
- find -E ./public -regex '.*\.(html|js|css|css\.map|webmanifest|xml|xsl|ico|opml)' -type f -delete
|
- find ./public -regex '.*\.(html|js|css|css\.map|webmanifest|xml|xsl|ico|opml)' -type f -delete
|
||||||
# Remove specific unneeded files
|
# Remove specific unneeded files
|
||||||
- rm -rf ./public/favicon*.png ./public/_redirects ./public/{apple,android,mstile}*.png ./public/safari-pinned-tab.svg ./public/robots.txt
|
- rm -rf ./public/favicon*.png ./public/_redirects ./public/{apple,android,mstile}*.png ./public/safari-pinned-tab.svg ./public/robots.txt
|
||||||
# Remove specific unneeded directories
|
# Remove specific unneeded directories
|
||||||
|
|
Loading…
Reference in a new issue