Skip to content

Commit b15018d

Browse files
committed
Fix conditional statement in Javadoc deployment workflow to ensure proper commit and push
1 parent c1ff24a commit b15018d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-and-deploy-javadoc.yml

+1
Original file line numberDiff line numberDiff line change
@@ -154,3 +154,4 @@ jobs:
154154
else
155155
git commit -m "Update Javadocs"
156156
git push
157+
fi

0 commit comments

Comments
 (0)