Skip to content
This repository was archived by the owner on Sep 1, 2023. It is now read-only.

Commit f657b2f

Browse files
Configure target for doc generation.
1 parent 02fd634 commit f657b2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
java-version: 8
3232
- name: Run docs generation
3333
run: >
34-
./mvnw asciidoctor:process-asciidoc@generate-docs -pl org.neo4j.driver:neo4j-java-driver-spring-boot-starter-parent
34+
./mvnw asciidoctor:process-asciidoc@generate-docs -pl org.neo4j.driver:neo4j-java-driver-spring-boot-starter-parent -Dproject.build.docs=target/gh-pages/${refName}
3535
- name: Create symlink
3636
if: (github.event_name == 'create' && github.event.ref_type == 'tag')
3737
working-directory: ./target/gh-pages

0 commit comments

Comments
 (0)