Skip to content

Commit 90b3e1e

Browse files
committed
Change dir in the right spot
1 parent 3766e86 commit 90b3e1e

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/nextjs.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,10 @@ jobs:
4242
with:
4343
node-version: "22"
4444
cache: "pnpm"
45+
- name: Change Directory
46+
run: cd website
4547
- name: Install dependencies
4648
run: pnpm install
47-
- name: Change Directory
48-
run: cd website
49-
- name: Test NPM Install
50-
run: npm install
5149
- name: Build with Next.js
5250
run: |
5351
pnpm run build

0 commit comments

Comments
 (0)