Skip to content

Commit 7714c1a

Browse files
committed
ci: Fix URL associated with success status
This commit updates target-url from "github.com" to "github.io" domain. See https://github.blog/2013-04-05-new-github-pages-domain-github-io/
1 parent 36d0044 commit 7714c1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
--status-update-revision ${SLICER_REPO_REVISION} \
9898
--slicer-repo-branch "${SLICER_REPO_BRANCH}" \
9999
--slicer-repo-tag "${SLICER_REPO_TAG}" \
100-
--status-update-target-url "https://slicer.github.com/${PUBLISH_GITHUB_PROJECT_NAME}"
100+
--status-update-target-url "https://slicer.github.io/${PUBLISH_GITHUB_PROJECT_NAME}"
101101
102102
workflows:
103103
version: 2

0 commit comments

Comments
 (0)