Skip to content

Commit 0a49a17

Browse files
committed
Move to BadgerHub
1 parent c935389 commit 0a49a17

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/nextjs.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,12 @@ jobs:
4949

5050
- name: Build with Next.js
5151
run: |
52+
# Install pnpm if not already installed
53+
if ! command -v pnpm &> /dev/null
54+
then
55+
npm install -g pnpm
56+
fi
57+
5258
pnpm run build
5359
5460
- name: Upload artifact

0 commit comments

Comments
 (0)