Skip to content

Commit ff3b160

Browse files
authored
Add step to change directory before building
1 parent 15424b5 commit ff3b160

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/nextjs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ jobs:
4444
cache: "pnpm"
4545
- name: Install dependencies
4646
run: pnpm install
47+
- name: Change Directory
48+
run: cd website
4749
- name: Build with Next.js
4850
run: |
4951
pnpm run build

0 commit comments

Comments
 (0)