File tree 4 files changed +11
-44
lines changed 4 files changed +11
-44
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ permissions:
13
13
jobs :
14
14
build :
15
15
runs-on : ubuntu-latest
16
- # if: github.repository_owner == 'spring-projects'
16
+ if : github.repository_owner == 'spring-projects'
17
17
steps :
18
18
- name : Checkout
19
19
uses : actions/checkout@v3
Original file line number Diff line number Diff line change @@ -50,3 +50,5 @@ atlassian-ide-plugin.xml
50
50
51
51
# VS Code
52
52
.vscode /
53
+
54
+ cached-antora-playbook.yml
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -11,13 +11,13 @@ apply from: "${rootDir}/gradle/publications.gradle"
11
11
12
12
antora {
13
13
version = ' 3.2.0-alpha.2'
14
- playbook = ' antora-playbook.yml'
15
- // playbookProvider {
16
- // repository = 'rwinch/spring-framework'
17
- // branch = 'docs-build'
18
- // path = 'lib/antora/templates/per-branch-antora-playbook.yml'
19
- // checkLocalBranch = true
20
- // }
14
+ playbook = ' cached- antora-playbook.yml'
15
+ playbookProvider {
16
+ repository = ' rwinch/spring-framework'
17
+ branch = ' docs-build'
18
+ path = ' lib/antora/templates/per-branch-antora-playbook.yml'
19
+ checkLocalBranch = true
20
+ }
21
21
options = [' --clean' , ' --stacktrace' ]
22
22
environment = [
23
23
' ALGOLIA_API_KEY' : ' 82c7ead946afbac3cf98c32446154691' ,
@@ -29,7 +29,7 @@ antora {
29
29
' @antora/collector-extension' : ' 1.0.0-alpha.3' ,
30
30
' @asciidoctor/tabs' : ' 1.0.0-beta.3' ,
31
31
' @opendevise/antora-release-line-extension' : ' 1.0.0-alpha.2' ,
32
- ' @springio/antora-extensions' : ' 1.1 .0' ,
32
+ ' @springio/antora-extensions' : ' 1.3 .0' ,
33
33
' @springio/asciidoctor-extensions' : ' 1.0.0-alpha.9'
34
34
]
35
35
}
You can’t perform that action at this time.
0 commit comments