fix CI
All checks were successful
Deploy / Deploy to pre-production (push) Successful in 5s

This commit is contained in:
isUnknown 2025-12-18 18:20:58 +01:00
parent a30ad47a62
commit f4a5bc89f6

View file

@ -26,7 +26,7 @@ jobs:
set ftp:ssl-allow no
open -u $USERNAME,$PASSWORD $PRODUCTION_HOST
# Mirror everything except hidden files/folders and assets/css content
mirror --reverse --verbose --ignore-time --parallel=10 -x '.*' -x 'assets/css/*' . .
mirror --reverse --verbose --ignore-time --parallel=10 -x '\\..*' -x 'assets/css/.*' . .
# Create assets/css directory and sync only style.css and style.css.map
mkdir -p assets/css
put assets/css/style.css -o assets/css/style.css