workflow: fix github action build error (#2752)
This commit is contained in:
parent
afacf68825
commit
c46b04d548
|
|
@ -100,8 +100,8 @@ jobs:
|
||||||
env:
|
env:
|
||||||
NODE_OPTIONS: '--max_old_space_size=4096'
|
NODE_OPTIONS: '--max_old_space_size=4096'
|
||||||
run: |
|
run: |
|
||||||
yarn install
|
pnpm install
|
||||||
yarn run build
|
pnpm build
|
||||||
touch dist/.nojekyll
|
touch dist/.nojekyll
|
||||||
cp dist/index.html dist/404.html
|
cp dist/index.html dist/404.html
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue