Skip to content

Commit a70c7d9

Browse files
authored
Merge pull request #13 from debs-obrien/fix-build
Update GitHub Actions workflow for Next.js build step
2 parents 2faa87a + 5903cb6 commit a70c7d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nextjs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
run: npm ci
4343
working-directory: ./movies-app
4444
- name: Build with Next.js
45-
run: npm run next build
45+
run: npm run build
4646
working-directory: ./movies-app
4747
- name: Upload artifact
4848
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)