Skip to content

Commit f2ad893

Browse files
committed
echo CNAME to docs dir
1 parent 53d0597 commit f2ad893

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/gh_pages.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
- run: |
2121
pip install mkdocs mkdocs-material markdown-include
2222
mkdocs build -d docs_public
23+
echo "karmacss.com" > docs_public/CNAME
2324
- name: GitHub Pages Deploy
2425
uses: maxheld83/ghpages@v0.2.1
2526
env:

0 commit comments

Comments
 (0)