Skip to content

Commit 706158b

Browse files
committed
Update deployment to build to include preprocessing
1 parent 96262c7 commit 706158b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
run: ${{ steps.detect-package-manager.outputs.manager }} ${{ steps.detect-package-manager.outputs.command }}
7575

7676
- name: Build with Next.js
77-
run: ${{ steps.detect-package-manager.outputs.runner }} next build
77+
run: ${{ steps.detect-package-manager.outputs.runner }} run build
7878

7979
- name: Upload artifact
8080
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)