Use settings.xml for deploy-docs.

This commit is contained in:
Olga MaciaszekSharma
2023-09-28 14:32:34 +02:00
parent 2a5241d9e7
commit 927222cbe6
2 changed files with 63 additions and 1 deletions

View File

@@ -36,7 +36,7 @@ jobs:
echo BUILD_VERSION=$BUILD_VERSION >> $GITHUB_ENV
- name: Run Antora
run: |
./mvnw --no-transfer-progress -B antora
./mvnw -s .settings.xml --no-transfer-progress -B antora
- name: Publish Docs
uses: spring-io/spring-doc-actions/rsync-antora-reference@v0.0.11
with: