chore: remove dead CSS + improve nginx reload handling
Deploy Wiki to Production / deploy (push) Has been cancelled

This commit is contained in:
zdh
2026-06-04 15:57:13 +08:00
parent a681ae60ef
commit 6432d01b89
2 changed files with 1 additions and 14 deletions
+1 -1
View File
@@ -25,4 +25,4 @@ jobs:
./ /data/wiki/
- name: Reload nginx
run: nginx -s reload
run: nginx -t && nginx -s reload || nginx