Remove archive step from GH action.

This commit is contained in:
Mark Paluch
2023-09-26 09:25:27 +02:00
parent f48a01fe44
commit bccaf3ed1b

View File

@@ -53,12 +53,12 @@ jobs:
key: ${{ runner.os }}-maven key: ${{ runner.os }}-maven
- name: Run Antora - name: Run Antora
run: ./mvnw -B antora -Dspring-data.module=${{ github.event.inputs.module }} run: ./mvnw -B antora -Dspring-data.module=${{ github.event.inputs.module }}
- name: Archive results # - name: Archive results
uses: actions/upload-artifact@v3 # uses: actions/upload-artifact@v3
with: # with:
name: antora-site-${{ github.event.inputs.module }} # name: antora-site-${{ github.event.inputs.module }}
path: target/antora/site # path: target/antora/site
retention-days: 5 # retention-days: 5
- name: Publish Docs - name: Publish Docs
uses: spring-io/spring-doc-actions/rsync-antora-reference@v0.0.12 uses: spring-io/spring-doc-actions/rsync-antora-reference@v0.0.12
with: with: