Skip to content

Commit

Permalink
#1114 Move Antora generation to install phase
Browse files Browse the repository at this point in the history
  • Loading branch information
GuusLieben committed Dec 24, 2024
1 parent 8ca1670 commit 5d36da5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/postbuild.docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
java-version: 21
distribution: temurin
- name: Build developer documentation
run: mvn clean site -P ci -Dexecution.antora.skip=false -Dantora.playbook=playbook-local.yml
run: mvn clean install -P ci -Dexecution.antora.skip=false -Dantora.playbook=playbook-local.yml
- name: Build Javadocs
run: mvn site -P ci -Dexecution.javadoc.skip=false
- name: Archive documentation artifacts
Expand Down
2 changes: 1 addition & 1 deletion hartshorn-assembly/pom.platform.support.xml
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@
<executions>
<execution>
<id>antora-site</id>
<phase>site</phase>
<phase>install</phase>
<goals>
<goal>antora</goal>
</goals>
Expand Down

0 comments on commit 5d36da5

Please sign in to comment.