We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bce4626 commit 25027f7Copy full SHA for 25027f7
.github/workflows/build.yml
@@ -77,7 +77,7 @@ jobs:
77
- name: Build with Next.js
78
run: |
79
cd docs
80
- pnpm next build
+ pnpm run build
81
- name: Upload artifact
82
uses: actions/upload-pages-artifact@v3
83
with:
0 commit comments