Skip to content

Commit 0e70e8f

Browse files
committed
Changed install command
1 parent adef32b commit 0e70e8f

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
@@ -65,7 +65,7 @@ jobs:
6565
restore-keys: |
6666
${{ runner.os }}-nextjs-${{ hashFiles('**/package-lock.json', '**/yarn.lock') }}-
6767
- name: Install dependencies
68-
run: ${{ steps.detect-package-manager.outputs.manager }} ${{ steps.detect-package-manager.outputs.command }}
68+
run: pnpm i
6969
- name: Build with Next.js
7070
run: ${{ steps.detect-package-manager.outputs.runner }} next build
7171
- name: Upload artifact

0 commit comments

Comments
 (0)