Skip to content

Commit 39f0c23

Browse files
author
Sylvain MARIE
committed
Fixed release link
1 parent 77ade9e commit 39f0c23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ def my_scheme(version_):
234234
session.install_reqs(phase="release", phase_reqs=["click", "PyGithub"])
235235
session.run2("python ci_tools/github_release.py -s {gh_token} "
236236
"--repo-slug {gh_org}/{gh_repo} -cf ./docs/changelog.md "
237-
"-d https://{gh_org}.github.io/{gh_repo}/changelog/ {tag}"
237+
"-d https://{gh_org}.github.io/{gh_repo}/changelog.html {tag}"
238238
"".format(gh_token=gh_token, gh_org=gh_org, gh_repo=gh_repo, tag=current_tag))
239239

240240

0 commit comments

Comments
 (0)