We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bce4626 commit 4b67c25Copy full SHA for 4b67c25
1 file changed
.github/workflows/build.yml
@@ -72,12 +72,10 @@ jobs:
72
${{ runner.os }}-nextjs-${{ hashFiles('pnpm-lock.yaml') }}-
73
- name: Install dependencies
74
run: |
75
- cd docs
76
pnpm install
77
- name: Build with Next.js
78
79
80
- pnpm next build
+ pnpm run build
81
- name: Upload artifact
82
uses: actions/upload-pages-artifact@v3
83
with:
0 commit comments