Skip to content

Commit

Permalink
maven.yml: zweiter Job fuer Javadoc dazu
Browse files Browse the repository at this point in the history
  • Loading branch information
MDecker-MobileComputing committed Dec 4, 2023
1 parent 5b4e0bd commit 0577cf0
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,15 @@ jobs:
name: Lottozahlen_FatJar
path: target/*jar-with-dependencies*.jar

job-javadoc:
needs: job-fatjar
runs-on: ubuntu-latest
steps:
- name: JavaDoc erzeugen und mit GHPages bereitstellen
uses: MathieuSoysal/Javadoc-publisher.yml@v2.4.0
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
javadoc-branch: javadoc-zweig
java-version: 21
target-folder:
project: maven

0 comments on commit 0577cf0

Please sign in to comment.