Skip to content

Commit 629f3ff

Browse files
authored
Update pages.yml
1 parent c20b392 commit 629f3ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
- name: Install dependencies
8181
run: ${{ steps.detect-package-manager.outputs.manager }} ${{ steps.detect-package-manager.outputs.command }}
8282
- name: Build with Next.js
83-
run: ${{ steps.detect-package-manager.outputs.runner }} run build
83+
run: ${{ steps.detect-package-manager.outputs.manager }} run build
8484
- name: Upload artifact
8585
uses: actions/upload-pages-artifact@v3
8686
with:

0 commit comments

Comments
 (0)