diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index c2103346..30b72288 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -36,7 +36,7 @@ jobs: echo BUILD_VERSION=$BUILD_VERSION >> $GITHUB_ENV - name: Run Antora run: | - ./mvnw -s .settings.xml --no-transfer-progress -B antora + ./mvnw -s .settings.xml --no-transfer-progress -B antora -Pdocs - name: Publish Docs uses: spring-io/spring-doc-actions/rsync-antora-reference@v0.0.13 with: