Skip to content

Commit bf6ecdb

Browse files
committed
Added CNAME file (custom domain) and specified domain in yaml
1 parent ddbef66 commit bf6ecdb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/deploy_mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
# Or use mhausenblas/mkdocs-deploy-gh-pages@nomaterial to build without the mkdocs-material theme
1818
env:
1919
GITHUB_TOKEN: ${{ secrets.AUTO_TOKEN }}
20-
CUSTOM_DOMAIN: optionaldomain.com
20+
CUSTOM_DOMAIN: https://repronim.github.io/reproschema-py/
2121
CONFIG_FILE: mkdocs.yml
2222
EXTRA_PACKAGES: build-base
2323
# GITHUB_DOMAIN: github.myenterprise.com

docs/CNAME

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
https://repronim.github.io/reproschema-py/

0 commit comments

Comments
 (0)