Skip to content

Commit

Permalink
Update javadoc.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NichtStudioCode committed Apr 4, 2024
1 parent 53b78eb commit 473b5c2
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/javadoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,14 @@ jobs:
server-username: MAVEN_USERNAME
server-password: MAVEN_PASSWORD

- name: Build with Maven
run: mvn -B clean compile -pl invui-core -P xenondevs-nms
env:
MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }}
MAVEN_PASSWORD: ${{ secrets.MAVEN_PASSWORD }}

- name: Create Javadoc
run: mvn -B clean javadoc:javadoc -pl invui-core -P xenondevs-nms
run: mvn -B javadoc:javadoc -pl invui-core -P xenondevs-nms
env:
MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }}
MAVEN_PASSWORD: ${{ secrets.MAVEN_PASSWORD }}
Expand Down

0 comments on commit 473b5c2

Please sign in to comment.