File tree 6 files changed +58
-3323
lines changed
6 files changed +58
-3323
lines changed Original file line number Diff line number Diff line change @@ -22,13 +22,13 @@ jobs:
22
22
uses : actions/checkout@v4
23
23
with :
24
24
fetch-depth : 0
25
+ - name : Fetch Main Branch
26
+ run : git fetch origin main:main
25
27
- name : Set Up Node
26
28
uses : actions/setup-node@v4
27
29
with :
28
30
node-version : 20
29
- - name : Set Up NPM
30
- run : npm ci
31
- - name : Run Antora
31
+ - name : Install and Run Antora
32
32
env :
33
33
ALGOLIA_APP_ID : 244V8V9FGG
34
34
ALGOLIA_API_KEY : 82c7ead946afbac3cf98c32446154691
37
37
ARTIFACTORY_PASSWORD : ${{ secrets.ARTIFACTORY_PASSWORD }}
38
38
REFERENCE : ${{ github.event.inputs.build-refname }}
39
39
BUILD_VERSION : ${{ github.event.inputs.build-version }}
40
- run : npx antora antora-playbook.yml --stacktrace
40
+ run : node run.js
41
41
- name : Sync Documentation
42
42
uses :
spring-io/spring-doc-actions/[email protected]
43
43
with :
Original file line number Diff line number Diff line change 1
1
node_modules
2
2
.vscode
3
3
build
4
+ package.json
5
+ package-lock.json
Original file line number Diff line number Diff line change 8
8
- require : ' @springio/antora-xref-extension'
9
9
- require : ' @springio/antora-zip-contents-collector-extension'
10
10
version_file : gradle.properties
11
- username : ${env.ARTIFACTORY_USERNAME}"
12
- password : ${env.ARTIFACTORY_PASSWORD}"
11
+ username : ' ${env.ARTIFACTORY_USERNAME}'
12
+ password : ' ${env.ARTIFACTORY_PASSWORD}'
13
13
locations :
14
14
- url : https://repo.spring.io/snapshot/org/springframework/boot/spring-boot-docs/${version}/spring-boot-docs-${version}-${name}-${classifier}.zip
15
15
for-version-type : [snapshot]
64
64
runtime :
65
65
log :
66
66
failure_level : warn
67
- ui :
68
- bundle :
69
- url : https://github.com/spring-io/antora-ui-spring/releases/download/v0.4.11/ui-bundle.zip
You can’t perform that action at this time.
0 commit comments