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 41399de commit 84fec98Copy full SHA for 84fec98
.github/workflows/nextjs.yml
@@ -34,7 +34,7 @@ jobs:
34
- name: Detect package manager
35
id: detect-package-manager
36
run: |
37
- if [ -f "${{ github.workspace }}/docs/pnpm-lock.yaml" ]; then
+ if [ -f "${{ github.workspace }}/pnpm-lock.yaml" ]; then
38
echo "manager=pnpm" >> $GITHUB_OUTPUT
39
echo "command=install" >> $GITHUB_OUTPUT
40
echo "runner=pnpm" >> $GITHUB_OUTPUT
0 commit comments