1
0
mirror of synced 2026-03-24 20:18:35 +08:00

docs: 1.2.0文档

This commit is contained in:
roymondchen
2022-12-01 17:38:05 +08:00
parent c143a5f767
commit f6262be397
92 changed files with 4161 additions and 3901 deletions

View File

@@ -38,7 +38,7 @@ jobs:
run: mkdir dist && mkdir dist/docs && mkdir dist/playground
- name: move to dist
run: mv docs/dist/* dist/docs && mv playground/dist/* dist/playground
run: mv docs/.vitepress/dist/* dist/docs && mv playground/dist/* dist/playground
- name: Deploy to GitHub Pages
uses: crazy-max/ghaction-github-pages@v2