We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bf27b2 commit 8790ce2Copy full SHA for 8790ce2
.github/workflows/gh-pages.yml
@@ -4,6 +4,7 @@ on:
4
branches: [master]
5
paths:
6
- 'docs/**'
7
+ - '.github/workflows/gh-pages.yml'
8
9
jobs:
10
create-gh-pages:
@@ -23,7 +24,7 @@ jobs:
23
24
run: yarn && cd docs && yarn
25
26
- name: 4. 构建文档和 Demo 页面
- run: yarn vite build --config ./sundry/demo.config.ts && cd docs && yarn docs:build && mv ./docs/.vuepress/dist/ ../gh-pages/docs/
27
+ run: yarn vite build --config ./sundry/demo.config.ts && cd docs && yarn docs:build && mv ./docs/.vitepress/dist/ ../gh-pages/docs/
28
29
- name: 5. 保存并发布文档
30
uses: peaceiris/actions-gh-pages@v3
0 commit comments