We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df6ebab commit 8859520Copy full SHA for 8859520
1 file changed
.github/workflows/deploy.yml
@@ -3,6 +3,10 @@ name: Deploy VitePress Site to Pages
3
on:
4
push:
5
branches: [main]
6
+ paths:
7
+ - 'docs/**'
8
+ - 'package.json'
9
+ - 'bun.lock'
10
workflow_dispatch:
11
12
permissions:
0 commit comments