Skip to content

Commit

Permalink
Update javadoc-gh-pages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobdwatters authored Feb 11, 2025
1 parent 0c270ef commit 5d4d3b3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/javadoc-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ jobs:
# Adjust according to your build system (Maven, Gradle, etc.)
# Example with Maven:
mvn clean install
mvn javadoc:javadoc
mvn javadoc:javadoc \
-Dmaven.javadoc.failOnError=false \
-Dmaven.javadoc.skip=false
- name: Upload Pages Artifact
# This action collects the directory containing docs
Expand Down

0 comments on commit 5d4d3b3

Please sign in to comment.