workflow: fix github action build error (#2752)

This commit is contained in:
GauharChan
2023-05-10 13:59:53 +08:00
committed by GitHub
parent afacf68825
commit c46b04d548

View File

@@ -100,8 +100,8 @@ jobs:
env:
NODE_OPTIONS: '--max_old_space_size=4096'
run: |
yarn install
yarn run build
pnpm install
pnpm build
touch dist/.nojekyll
cp dist/index.html dist/404.html