We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be5c7df commit f4c9371Copy full SHA for f4c9371
.github/workflows/publish-maven.yml
@@ -33,4 +33,4 @@ jobs:
33
git config user.name "thedarkcolour"
34
git config user.email "[email protected]"
35
git add .
36
- git diff --staged --quiet || (git commit -m "Update repo" && git push)
+ git diff --staged --quiet || (git commit -m "Update repo" && git push origin site)
0 commit comments