Skip to content

Commit 4adba22

Browse files
committed
f
1 parent 2cfc59a commit 4adba22

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
cache: 'pnpm'
3030

3131
- name: Install deps
32-
run: pnpm install --frozen-lockfile
32+
run: pnpm install
3333

3434
- name: Build
3535
env:
@@ -44,7 +44,7 @@ jobs:
4444
cp -r .next/standalone ./artifact/
4545
cp -r .next/static ./artifact/standalone/.next/static
4646
[ -d public ] && cp -r public ./artifact/standalone/public || true
47-
cp -r node_modules/.pnpm ./artifact/standalone/node_modules/.pnpm
47+
# cp -r node_modules/.pnpm ./artifact/standalone/node_modules/.pnpm
4848
4949
- name: Upload build artifact
5050
uses: actions/upload-artifact@v7

0 commit comments

Comments
 (0)