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 0cc4c7f commit baf17e5Copy full SHA for baf17e5
.github/workflows/nextjs.yml
@@ -34,12 +34,12 @@ jobs:
34
- name: Detect package manager
35
id: detect-package-manager
36
run: |
37
- if [ -f "${{ github.workspace }}/yarn.lock" ]; then
+ if [ -f "${{ github.workspace }}/okstateacm.github.io/yarn.lock" ]; then
38
echo "manager=yarn" >> $GITHUB_OUTPUT
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 }}/okstateacm.github.io/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