We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c57f634 commit d48abc2Copy full SHA for d48abc2
.github/workflows/docs.yml
@@ -5,6 +5,11 @@ on:
5
# using the `master` branch as the default branch.
6
push:
7
branches: [main]
8
+ paths:
9
+ - docs/
10
+ - "**/*.md"
11
+ - package.json
12
+ - pnpm-lock.json
13
14
# Allows you to run this workflow manually from the Actions tab
15
workflow_dispatch:
@@ -48,7 +53,7 @@ jobs:
48
53
49
54
- name: Build with VitePress
50
55
run: pnpm docs:build
51
-
56
+
52
57
- name: Upload artifact
58
uses: actions/upload-pages-artifact@v3
59
with:
@@ -65,4 +70,4 @@ jobs:
65
70
steps:
66
71
- name: Deploy to GitHub Pages
67
72
id: deployment
68
- uses: actions/deploy-pages@v4
73
+ uses: actions/deploy-pages@v4
package.json
@@ -101,4 +101,4 @@
101
"unbuild": "^2.0.0",
102
"vitepress": "^1.5.0"
103
}
104
-}
+}
0 commit comments