Skip to content

Commit 80008aa

Browse files
committed
trying to fix javadocs
1 parent cbbd25e commit 80008aa

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/javadoc.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ jobs:
2222
cache: 'maven'
2323

2424
- name: Generate Javadoc
25-
# generates files in target/reports/apidocs or target/site/apidocs
26-
run: mvn javadoc:javadoc -DskipTests
25+
# Use the release profile to include custom themes and footers
26+
run: mvn javadoc:javadoc -P release -DskipTests -ntp
2727

2828
- name: Deploy to GitHub Pages
2929
uses: JamesIves/github-pages-deploy-action@v4
3030
with:
3131
branch: gh-pages # The branch the action should deploy to.
3232
folder: target/reports/apidocs # Check if your maven version uses 'target/site/apidocs' instead
33-
clean: true # Automatically remove deleted files from the deploy branch
33+
clean: true # Automatically remove deleted files from the deploy branch

0 commit comments

Comments
 (0)