We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e70e8f commit 975d9aaCopy full SHA for 975d9aa
.github/workflows/deploy-docs-to-pages.yml
@@ -67,7 +67,7 @@ jobs:
67
- name: Install dependencies
68
run: pnpm i
69
- name: Build with Next.js
70
- run: ${{ steps.detect-package-manager.outputs.runner }} next build
+ run: pnpm --filter @medialit/docs build
71
- name: Upload artifact
72
uses: actions/upload-pages-artifact@v3
73
with:
0 commit comments