We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f26685 commit 10213d6Copy full SHA for 10213d6
.github/workflows/deploy.yml
@@ -31,7 +31,7 @@ jobs:
31
run: pnpm install
32
33
- name: Run Build Script
34
- run: pnpm run build:h5
+ run: pnpm build
35
36
- name: Deploy to GitHub Pages
37
# 此actions的官方文档 https://github.com/JamesIves/github-pages-deploy-action
0 commit comments