Skip to content

Commit

Permalink
Download the playbook to build dir
Browse files Browse the repository at this point in the history
Closes gh-30465
  • Loading branch information
rwinch authored and rstoyanchev committed May 10, 2023
1 parent 1113096 commit d8f6567
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions framework-docs/framework-docs.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ apply from: "${rootDir}/gradle/publications.gradle"

antora {
version = '3.2.0-alpha.2'
playbook = 'cached-antora-playbook.yml'
playbook = layout.buildDirectory.file('cached-antora-playbook.yml').get().getAsFile()
playbookProvider {
repository = 'spring-projects/spring-framework'
branch = 'docs-build'
Expand Down Expand Up @@ -227,4 +227,4 @@ publishing {
artifact distZip
}
}
}
}

0 comments on commit d8f6567

Please sign in to comment.