Browse Source

workflow: fix github action build error (#2752)

pull/2776/head
GauharChan 3 years ago
committed by GitHub
parent
commit
c46b04d548
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .github/workflows/deploy.yml

4
.github/workflows/deploy.yml

@ -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

Loading…
Cancel
Save