Parcourir la source

workflow: fix github action build error (#2752)

GauharChan il y a 1 an
Parent
commit
c46b04d548
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      .github/workflows/deploy.yml

+ 2 - 2
.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