Skip to content

Commit aafd466

Browse files
committed
Use local git repository as source
1 parent 8185ff0 commit aafd466

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/deploy-docs.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
steps:
2020
- name: Checkout
2121
uses: actions/checkout@v4
22+
with:
23+
fetch-depth: 0
2224
- name: Setup Node
2325
uses: actions/setup-node@v4
2426
with:
@@ -34,7 +36,7 @@ jobs:
3436
ARTIFACTORY_PASSWORD: ${{ secrets.ARTIFACTORY_PASSWORD }}
3537
REFERENCE: ${{ github.event.inputs.build-refname }}
3638
BUILD_VERSION: ${{ github.event.inputs.build-refname }}
37-
run: npx antora antora-playbook.yml --stacktrace --fetch
39+
run: npx antora antora-playbook.yml --stacktrace
3840
- name: Sync Documentation
3941
uses: spring-io/spring-doc-actions/[email protected]
4042
with:

antora-playbook.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ site:
2626
robots: allow
2727
content:
2828
sources:
29-
- url: https://github.com/spring-projects/spring-boot
29+
- url: .
3030
branches:
3131
- 'main'
3232
- '*({0..9}).*({0..9}).x'

0 commit comments

Comments
 (0)