From d0c970056edefb7f6fd69095b86a49607ebe0fc8 Mon Sep 17 00:00:00 2001 From: Ravi Chamarthy Date: Fri, 14 Oct 2022 17:30:41 +0000 Subject: [PATCH] domain: add custom domain to docs https://www.mkdocs.org/user-guide/deploying-your-docs/ this docs says we need to add the CNAME file to the docs dir as well for the gh-deploy to deploy correctly for custom domains. Signed-off-by: Ravi Chamarthy --- docs/CNAME | 1 + 1 file changed, 1 insertion(+) create mode 100644 docs/CNAME diff --git a/docs/CNAME b/docs/CNAME new file mode 100644 index 0000000..d69d37d --- /dev/null +++ b/docs/CNAME @@ -0,0 +1 @@ +stackerbuild.io