Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
LoneDev6 committed Aug 28, 2024
2 parents 3a44217 + e9be43d commit 19a65f4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/manual-maven-compiler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,10 @@ jobs:
- name: Build with Maven
run: mvn package --file pom.xml
- name: Deploy Javadoc
uses: MathieuSoysal/[email protected]
uses: MathieuSoysal/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
javadoc-branche: javadoc
java-version: 8
target-folder: javadoc
java-distribution: zulu
8 changes: 7 additions & 1 deletion .github/workflows/maven-compiler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,10 @@ jobs:
- name: Build with Maven
run: mvn package --file pom.xml
- name: Deploy Javadoc
uses: MathieuSoysal/[email protected]
uses: MathieuSoysal/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
javadoc-branche: javadoc
java-version: 8
target-folder: javadoc
java-distribution: zulu

0 comments on commit 19a65f4

Please sign in to comment.