We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74d7f3a commit c36c1d1Copy full SHA for c36c1d1
.github/workflows/docs.yml
@@ -23,7 +23,7 @@ jobs:
23
run: |
24
cd docs && pwd && npm run docs:build
25
cd ../examples && pwd && npm install && npm run build
26
- mv dist ../docs/.vitepress/dist/examples
+ mv dist ../docs/.vitepress/dist/demo
27
28
- name: Deploy
29
uses: peaceiris/actions-gh-pages@v3
0 commit comments