Skip to content

Commit

Permalink
Merge pull request #6 from AI4Bharat/patch-1
Browse files Browse the repository at this point in the history
Update nextjs.yml
  • Loading branch information
KunalTiwary authored Dec 5, 2023
2 parents 56853ba + 99bb1a5 commit b3ada3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nextjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
exit 0
elif [ -f "${{ github.workspace }}/package.json" ]; then
echo "manager=npm" >> $GITHUB_OUTPUT
echo "command=ci" >> $GITHUB_OUTPUT
echo "command=install --force" >> $GITHUB_OUTPUT
echo "runner=npx --no-install" >> $GITHUB_OUTPUT
exit 0
else
Expand Down

0 comments on commit b3ada3f

Please sign in to comment.