[STYLE] 調整 Workflow 檔案格式

1. 移除 .gitea/workflows/deploy-demo.yaml 中多餘的空行以符合規範。
This commit is contained in:
sky121113 2026-04-21 08:53:51 +08:00
parent 3a31a1a593
commit f4f2ca9175

View File

@ -32,7 +32,6 @@ jobs:
mkdir -p /.npm && chown -R 1000:1000 /.npm &&
rm -rf /var/www/html/node_modules
"
- name: Step 3 - Composer & NPM & Initialization
run: |
docker exec -u 1000:1000 -w /var/www/html star-cloud-laravel sh -c "