Skip to content

Commit

Permalink
fix if statement in bash
Browse files Browse the repository at this point in the history
  • Loading branch information
Anmol1696 committed May 7, 2024
1 parent f151604 commit 0a275a9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,5 @@ jobs:
if git diff --quiet; then
echo "No changes to commit."
else
git push
git push
fi

0 comments on commit 0a275a9

Please sign in to comment.