Skip to content

Commit 975d9aa

Browse files
committed
Changed build command
1 parent 0e70e8f commit 975d9aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-docs-to-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
- name: Install dependencies
6868
run: pnpm i
6969
- name: Build with Next.js
70-
run: ${{ steps.detect-package-manager.outputs.runner }} next build
70+
run: pnpm --filter @medialit/docs build
7171
- name: Upload artifact
7272
uses: actions/upload-pages-artifact@v3
7373
with:

0 commit comments

Comments
 (0)