Skip to content

Commit 761fad0

Browse files
authored
Update nextjs.yml
1 parent e3976cf commit 761fad0

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
@@ -39,7 +39,7 @@ jobs:
3939
echo "command=install" >> $GITHUB_OUTPUT
4040
echo "runner=yarn" >> $GITHUB_OUTPUT
4141
exit 0
42-
elif [ -f "${{ github.workspace }}/package.json" ]; then
42+
elif [ -f "${{ github.workspace }}/cs495_website/package.json" ]; then
4343
echo "manager=npm" >> $GITHUB_OUTPUT
4444
echo "command=ci" >> $GITHUB_OUTPUT
4545
echo "runner=npx --no-install" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)