ci(deploy): simplify workflow trigger to run on every push
style(theme): improve sidebar spacing specificity in CSS
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user