We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3702211 commit 0a5bce0Copy full SHA for 0a5bce0
.github/workflows/maven.yml
@@ -43,5 +43,6 @@ jobs:
43
mv .git/apidocs/* .
44
mv .git/*.jar .
45
git add .
46
+ ssh [email protected]
47
git commit -am "Automated github page generation"
48
git push origin gh-pages -f
0 commit comments