There was an error while loading. Please reload this page.
1 parent 2cfc59a commit 4adba22Copy full SHA for 4adba22
1 file changed
.github/workflows/deploy.yml
@@ -29,7 +29,7 @@ jobs:
29
cache: 'pnpm'
30
31
- name: Install deps
32
- run: pnpm install --frozen-lockfile
+ run: pnpm install
33
34
- name: Build
35
env:
@@ -44,7 +44,7 @@ jobs:
44
cp -r .next/standalone ./artifact/
45
cp -r .next/static ./artifact/standalone/.next/static
46
[ -d public ] && cp -r public ./artifact/standalone/public || true
47
- cp -r node_modules/.pnpm ./artifact/standalone/node_modules/.pnpm
+ # cp -r node_modules/.pnpm ./artifact/standalone/node_modules/.pnpm
48
49
- name: Upload build artifact
50
uses: actions/upload-artifact@v7
0 commit comments