Skip to content

Commit 0f481e7

Browse files
committed
Use docs profile in GH actions.
1 parent a38c1d8 commit 0f481e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
echo BUILD_VERSION=$BUILD_VERSION >> $GITHUB_ENV
3737
- name: Run Antora
3838
run: |
39-
./mvnw --no-transfer-progress -B antora:antora
39+
./mvnw --no-transfer-progress -B antora -Pdocs
4040
- name: Publish Docs
4141
uses: spring-io/spring-doc-actions/[email protected]
4242
with:

0 commit comments

Comments
 (0)