File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -35,14 +35,14 @@ jobs:
35
35
- name : Run Antora
36
36
run : ./gradlew antora
37
37
- name : Publish Docs
38
- uses : spring-io/spring-doc-actions/rsync-antora-reference@v0.0.8
38
+ uses : spring-io/spring-doc-actions/rsync-antora-reference@v0.0.18
39
39
with :
40
40
docs-username : ${{ secrets.DOCS_USERNAME }}
41
41
docs-host : ${{ secrets.DOCS_HOST }}
42
42
docs-ssh-key : ${{ secrets.DOCS_SSH_KEY }}
43
43
docs-ssh-host-key : ${{ secrets.DOCS_SSH_HOST_KEY }}
44
44
- name : Bust Cloudflare Cache
45
- uses : spring-io/spring-doc-actions/bust-cloudflare-antora-cache@v0.0.8
45
+ uses : spring-io/spring-doc-actions/bust-cloudflare-antora-cache@v0.0.18
46
46
with :
47
47
context-root : spring-ldap
48
48
cloudflare-zone-id : ${{ secrets.CLOUDFLARE_ZONE_ID }}
Original file line number Diff line number Diff line change 15
15
runs-on : ubuntu-latest
16
16
name : Update on docs-build
17
17
steps :
18
- - uses : spring-io/spring-doc-actions/update-antora-spring-ui@5a57bcc6a0da2a1474136cf29571b277850432bc
18
+ - uses : spring-io/spring-doc-actions/update-antora-spring-ui@852920ba3fb1f28b35a2f13201133bc00ef33677
19
19
name : Update
20
20
with :
21
21
docs-branch : ' docs-build'
You can’t perform that action at this time.
0 commit comments