From bccaf3ed1b09f152da1fa94306c6b3bb818b7c72 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Tue, 26 Sep 2023 09:25:27 +0200 Subject: [PATCH] Remove archive step from GH action. --- .github/workflows/antora-site.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/antora-site.yml b/.github/workflows/antora-site.yml index 2dd45c9..56c3ffb 100644 --- a/.github/workflows/antora-site.yml +++ b/.github/workflows/antora-site.yml @@ -53,12 +53,12 @@ jobs: key: ${{ runner.os }}-maven - name: Run Antora run: ./mvnw -B antora -Dspring-data.module=${{ github.event.inputs.module }} - - name: Archive results - uses: actions/upload-artifact@v3 - with: - name: antora-site-${{ github.event.inputs.module }} - path: target/antora/site - retention-days: 5 +# - name: Archive results +# uses: actions/upload-artifact@v3 +# with: +# name: antora-site-${{ github.event.inputs.module }} +# path: target/antora/site +# retention-days: 5 - name: Publish Docs uses: spring-io/spring-doc-actions/rsync-antora-reference@v0.0.12 with: