Skip to content

Commit 84fec98

Browse files
author
Dan Costello
committed
Update nextjs action
1 parent 41399de commit 84fec98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nextjs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Detect package manager
3535
id: detect-package-manager
3636
run: |
37-
if [ -f "${{ github.workspace }}/docs/pnpm-lock.yaml" ]; then
37+
if [ -f "${{ github.workspace }}/pnpm-lock.yaml" ]; then
3838
echo "manager=pnpm" >> $GITHUB_OUTPUT
3939
echo "command=install" >> $GITHUB_OUTPUT
4040
echo "runner=pnpm" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)