Upgrade build actions.
This commit is contained in:
4
.github/workflows/antora-site.yml
vendored
4
.github/workflows/antora-site.yml
vendored
@@ -60,7 +60,7 @@ jobs:
|
|||||||
path: target/antora/site
|
path: target/antora/site
|
||||||
retention-days: 5
|
retention-days: 5
|
||||||
- name: Publish Docs
|
- name: Publish Docs
|
||||||
uses: rwinch/spring-doc-actions/rsync-antora-reference@httpdocs-path
|
uses: spring-io/spring-doc-actions/rsync-antora-reference@v0.0.12
|
||||||
with:
|
with:
|
||||||
docs-username: ${{ secrets.DOCS_USERNAME }}
|
docs-username: ${{ secrets.DOCS_USERNAME }}
|
||||||
docs-host: ${{ secrets.DOCS_HOST }}
|
docs-host: ${{ secrets.DOCS_HOST }}
|
||||||
@@ -69,7 +69,7 @@ jobs:
|
|||||||
site-path: target/antora/site
|
site-path: target/antora/site
|
||||||
httpdocs-path: /spring-data/${{ github.event.inputs.module }}/reference
|
httpdocs-path: /spring-data/${{ github.event.inputs.module }}/reference
|
||||||
- name: Bust Cloudflare Cache
|
- name: Bust Cloudflare Cache
|
||||||
uses: spring-io/spring-doc-actions/bust-cloudflare-antora-cache@v0.0.11
|
uses: spring-io/spring-doc-actions/bust-cloudflare-antora-cache@v0.0.12
|
||||||
with:
|
with:
|
||||||
context-root: spring-data/${{ github.event.inputs.module }}/reference
|
context-root: spring-data/${{ github.event.inputs.module }}/reference
|
||||||
cloudflare-zone-id: ${{ secrets.CLOUDFLARE_ZONE_ID }}
|
cloudflare-zone-id: ${{ secrets.CLOUDFLARE_ZONE_ID }}
|
||||||
|
|||||||
Reference in New Issue
Block a user