Skip to content

Commit

Permalink
build: Fix doc generation.
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-simons committed Apr 12, 2024
1 parent 5be9d0c commit 23a9b4b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish_docs.yml
Expand Up @@ -32,6 +32,7 @@ jobs:
java-version: 21
- name: Run docs generation
run: >
./mvnw --no-transfer-progress install -pl neo4j-cypher-dsl-bom &&
./mvnw --no-transfer-progress asciidoctor:process-asciidoc@generate-docs -pl org.neo4j:neo4j-cypher-dsl-parent -Dproject.build.docs=target/gh-pages/${refName} -Duse-latest-version-for-docs=`[ $refName = "main" ] && echo "0" || echo "1"` &&
./mvnw --no-transfer-progress site -pl org.neo4j:neo4j-cypher-dsl-build-proc -pl org.neo4j:neo4j-cypher-dsl -am &&
rm -rf target/gh-pages/${refName}/project-info &&
Expand Down

0 comments on commit 23a9b4b

Please sign in to comment.