Remove archive step from GH action.
This commit is contained in:
12
.github/workflows/antora-site.yml
vendored
12
.github/workflows/antora-site.yml
vendored
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user