File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 19
19
steps :
20
20
- name : Checkout
21
21
uses : actions/checkout@v4
22
+ with :
23
+ fetch-depth : 0
22
24
- name : Setup Node
23
25
uses : actions/setup-node@v4
24
26
with :
34
36
ARTIFACTORY_PASSWORD : ${{ secrets.ARTIFACTORY_PASSWORD }}
35
37
REFERENCE : ${{ github.event.inputs.build-refname }}
36
38
BUILD_VERSION : ${{ github.event.inputs.build-refname }}
37
- run : npx antora antora-playbook.yml --stacktrace --fetch
39
+ run : npx antora antora-playbook.yml --stacktrace
38
40
- name : Sync Documentation
39
41
uses :
spring-io/spring-doc-actions/[email protected]
40
42
with :
Original file line number Diff line number Diff line change 26
26
robots : allow
27
27
content :
28
28
sources :
29
- - url : https://github.com/spring-projects/spring-boot
29
+ - url : .
30
30
branches :
31
31
- ' main'
32
32
- ' *({0..9}).*({0..9}).x'
You can’t perform that action at this time.
0 commit comments