Skip to content

Commit c36c1d1

Browse files
committed
Fixed
1 parent 74d7f3a commit c36c1d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: |
2424
cd docs && pwd && npm run docs:build
2525
cd ../examples && pwd && npm install && npm run build
26-
mv dist ../docs/.vitepress/dist/examples
26+
mv dist ../docs/.vitepress/dist/demo
2727
2828
- name: Deploy
2929
uses: peaceiris/actions-gh-pages@v3

0 commit comments

Comments
 (0)