Skip to content

Commit

Permalink
The profile to build docs changed from with_doc to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jodygarnett committed Oct 10, 2023
1 parent be62aec commit cfb04ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
maven-version: 3.6.3
- name: Build with Maven
run: |
mvn -B -ntp -V install -DskipTests=true -Dmaven.javadoc.skip=true -Pwith-doc
mvn -B -ntp -V install -DskipTests=true -Dmaven.javadoc.skip=true -Pdocs
- name: Remove SNAPSHOT jars from repository
run: |
find ~/.m2/repository -name "*SNAPSHOT*" -type d | xargs rm -rf {}
Expand Down

0 comments on commit cfb04ff

Please sign in to comment.