Skip to content

Commit 7967534

Browse files
committed
build(gha): change webdoc repo
1 parent 1e632a4 commit 7967534

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
needs: [ context, docs ]
7272
if: needs.context.outputs.shouldPublish == 'true'
7373
with:
74-
webdocsRepo: 'zero88/jooqx-webdocs'
74+
webdocsRepo: 'zero88/webdocs'
7575
webdocsRef: 'main'
7676
webdocsWorkflow: 'webdocs.yml'
7777
docCommitMsg: ${{ needs.context.outputs.docCommitMsg }}

README.adoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ zero88
55
:sonarKey: zero88_scheduler.x
66

77
image:https://github.com/{repo}/actions/workflows/ci.yml/badge.svg[{repo},link=https://github.com/{repo}/actions/workflows/ci.yml]
8-
image:https://img.shields.io/github/v/release/{repo}?sort=semver[GitHub release (latest SemVer)]
8+
image:https://img.shields.io/github/v/release/{repo}?include_prereleases&sort=semver[GitHub Release]
99
image:https://img.shields.io/nexus/r/{artifact}?server=https%3A%2F%2Foss.sonatype.org[Sonatype Nexus (Releases)]
1010
image:https://img.shields.io/nexus/s/{artifact}?server=https%3A%2F%2Foss.sonatype.org[Sonatype Nexus (Snapshots)]
1111

@@ -20,4 +20,4 @@ A pluggable `lightweight scheduler` based on plain https://vertx.io/[Vert.x] cor
2020

2121
`Scheduler.x` follows an event-driven architecture.
2222

23-
Please check out full documentation at https://zero88.github.io/jooqx-webdocs/schedulerx/main/index.html[web-docs]
23+
Please check out full documentation at https://zero88.github.io/webdocs/schedulerx/main/index.html[web-docs]

0 commit comments

Comments
 (0)