Skip to content

Commit ee68452

Browse files
authored
bug: fixing CNAME so will persist to github pages
1 parent 32a5783 commit ee68452

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ jobs:
2929
# run: git-cliff -c cliff.toml
3030

3131
- name: Build and Deploy
32-
run: mkdocs gh-deploy --force --cname codebaseinterface.org
32+
run: mkdocs gh-deploy --force
3333
env:
3434
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

CNAME

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
codebaseinterface.org

0 commit comments

Comments
 (0)