Skip to content

Commit 15c0dcc

Browse files
author
Francisco Solis
authored
Now javadoc is deployed to gh-pages branch
1 parent ed247a0 commit 15c0dcc

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/maven.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,11 @@ jobs:
5656
with:
5757
name: SuperCoreAPI
5858
path: ./artifacts/SuperCoreAPI.jar
59+
- name: Deploy Javadoc
60+
uses: JamesIves/[email protected]
61+
with:
62+
branch: gh-pages
63+
folder: target/apidocs
64+
clean: true
5965

6066

0 commit comments

Comments
 (0)