Skip to content

Commit

Permalink
Fix build action
Browse files Browse the repository at this point in the history
  • Loading branch information
qiuxiang committed Oct 10, 2023
1 parent 2514a4e commit f23136f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ jobs:
mv dist/data_pb.* src/
mv index.html dist/
corepack enable
- run: pnpm i
pnpm i
cp node_modules/canvaskit-wasm/bin/canvaskit.wasm dist/
pnpm run build
- run: pnpm run build
- uses: JamesIves/github-pages-deploy-action@v4
with:
Expand Down

0 comments on commit f23136f

Please sign in to comment.