Skip to content

Commit 8674625

Browse files
fix: 自动构建路径错误
1 parent 9988762 commit 8674625

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/pages.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ jobs:
3232
run: rm -rf dist
3333

3434
- name: mkdir dist
35-
run: mkdir dist && mkdir dist/preview
35+
run: mkdir dist && mkdir dist/playground
3636

3737
- name: move to dist
38-
run: mv playground/dist/* dist/preview
38+
run: mv playground/dist/* dist/playground
3939

4040
- name: Deploy to GitHub Pages
4141
uses: crazy-max/ghaction-github-pages@v2

playground/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
"dependencies": {
1212
"@element-plus/icons-vue": "^2.0.8",
1313
"element-plus": "^2.2.12",
14-
"starfish-editor": "workspace:^1.0.6",
14+
"starfish-editor": "^1.0.6",
1515
"vue": "^3.2.37",
1616
"vue-router": "^4.1.3",
17-
"starfish-form": "workspace:^1.1.2",
17+
"starfish-form": "^1.1.2",
1818
"vue-codemirror": "^6.0.2",
1919
"codemirror": "^6.0.1"
2020
},

pnpm-lock.yaml

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)