We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3976cf commit 761fad0Copy full SHA for 761fad0
.github/workflows/nextjs.yml
@@ -39,7 +39,7 @@ jobs:
39
echo "command=install" >> $GITHUB_OUTPUT
40
echo "runner=yarn" >> $GITHUB_OUTPUT
41
exit 0
42
- elif [ -f "${{ github.workspace }}/package.json" ]; then
+ elif [ -f "${{ github.workspace }}/cs495_website/package.json" ]; then
43
echo "manager=npm" >> $GITHUB_OUTPUT
44
echo "command=ci" >> $GITHUB_OUTPUT
45
echo "runner=npx --no-install" >> $GITHUB_OUTPUT
0 commit comments