Skip to content

Commit

Permalink
ci: Fix URL associated with success status
Browse files Browse the repository at this point in the history
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/
  • Loading branch information
jcfr committed Aug 15, 2022
1 parent 36d0044 commit 7714c1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
--status-update-revision ${SLICER_REPO_REVISION} \
--slicer-repo-branch "${SLICER_REPO_BRANCH}" \
--slicer-repo-tag "${SLICER_REPO_TAG}" \
--status-update-target-url "https://slicer.github.com/${PUBLISH_GITHUB_PROJECT_NAME}"
--status-update-target-url "https://slicer.github.io/${PUBLISH_GITHUB_PROJECT_NAME}"
workflows:
version: 2
Expand Down

0 comments on commit 7714c1a

Please sign in to comment.