ci(deploy): simplify workflow trigger to run on every push

style(theme): improve sidebar spacing specificity in CSS
This commit is contained in:
sanbuphy
2026-01-12 17:08:20 +08:00
parent 26a612e40d
commit 0347f96547
2 changed files with 8 additions and 9 deletions
+1 -2
View File
@@ -2,9 +2,8 @@
name: Deploy VitePress site to Pages
on:
# Runs on pushes targeting the `main` branch. Change this to `master` if you're using `master` branch.
# Runs on every push.
push:
branches: [main, master, version2]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch: