Skip to content

Commit 1f1e05f

Browse files
committed
"Add CNAME file for custom domain SSL certificate"
1 parent 27fdef0 commit 1f1e05f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/docs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ jobs:
4545
- name: Add .nojekyll file
4646
run: touch docs/build/html/.nojekyll
4747

48+
- name: Add CNAME file for custom domain
49+
run: echo "www.ezmsg.org" > docs/build/html/CNAME
50+
4851
- name: Upload artifact
4952
uses: actions/upload-pages-artifact@v3
5053
with:

0 commit comments

Comments
 (0)