Skip to content

Commit 0a275a9

Browse files
committed
fix if statement in bash
1 parent f151604 commit 0a275a9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/docs.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,5 @@ jobs:
3131
if git diff --quiet; then
3232
echo "No changes to commit."
3333
else
34-
git push
34+
git push
35+
fi

0 commit comments

Comments
 (0)