Use local git repository as source

This commit is contained in:
Phillip Webb 2024-03-27 11:22:38 -07:00
parent 8185ff0f25
commit aafd466cc1
2 changed files with 4 additions and 2 deletions

View File

@ -19,6 +19,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Node
uses: actions/setup-node@v4
with:
@ -34,7 +36,7 @@ jobs:
ARTIFACTORY_PASSWORD: ${{ secrets.ARTIFACTORY_PASSWORD }}
REFERENCE: ${{ github.event.inputs.build-refname }}
BUILD_VERSION: ${{ github.event.inputs.build-refname }}
run: npx antora antora-playbook.yml --stacktrace --fetch
run: npx antora antora-playbook.yml --stacktrace
- name: Sync Documentation
uses: spring-io/spring-doc-actions/rsync-antora-reference@v0.0.15
with:

View File

@ -26,7 +26,7 @@ site:
robots: allow
content:
sources:
- url: https://github.com/spring-projects/spring-boot
- url: .
branches:
- 'main'
- '*({0..9}).*({0..9}).x'