Skip to content

Commit 0200fc9

Browse files
committed
Custom docs domain
Problem: The custom domain was reset on every publish. Solution: Add cname directive to publish workflow. Signed-off-by: Paul Hewlett <phewlett76@gmail.com>
1 parent d654f06 commit 0200fc9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/python-publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,4 @@ jobs:
3939
with:
4040
github_token: ${{ secrets.GITHUB_TOKEN }}
4141
publish_dir: "./docs/_build/html"
42+
cname: python.rkvst.com

0 commit comments

Comments
 (0)