We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3766e86 commit 90b3e1eCopy full SHA for 90b3e1e
.github/workflows/nextjs.yml
@@ -42,12 +42,10 @@ jobs:
42
with:
43
node-version: "22"
44
cache: "pnpm"
45
+ - name: Change Directory
46
+ run: cd website
47
- name: Install dependencies
48
run: pnpm install
- - name: Change Directory
- run: cd website
49
- - name: Test NPM Install
50
- run: npm install
51
- name: Build with Next.js
52
run: |
53
pnpm run build
0 commit comments