fix build : copy some styles
All checks were successful
Deploy / Build and Deploy to Production (push) Successful in 15s

This commit is contained in:
isUnknown 2026-01-08 16:05:55 +01:00
parent 3cc4da63fb
commit 16f01681dc
2 changed files with 10 additions and 7 deletions

View file

@ -44,7 +44,10 @@ jobs:
open -u $USERNAME,$PASSWORD $PRODUCTION_HOST;
mirror --reverse --verbose --ignore-time --parallel=10 \
-x 'local/' \
-x 'css/' \
-x 'css/src/' \
-x 'css/style.css' \
-x 'css/style.css.map' \
-x 'css/style.scss' \
assets assets;
mirror --reverse --verbose --ignore-time --parallel=10 \
-x 'accounts/' \