Skip to content

Commit f4c9371

Browse files
committed
[Maven] Attempt to fix incorrect pushing
1 parent be5c7df commit f4c9371

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ jobs:
3333
git config user.name "thedarkcolour"
3434
git config user.email "[email protected]"
3535
git add .
36-
git diff --staged --quiet || (git commit -m "Update repo" && git push)
36+
git diff --staged --quiet || (git commit -m "Update repo" && git push origin site)

0 commit comments

Comments
 (0)