Skip to content

Commit f0103b2

Browse files
authored
Add CNAME option to mkdocs deployment command
1 parent b11f4b2 commit f0103b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 2 additions & 2 deletions
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
32+
run: mkdocs gh-deploy --force --cname codebaseinterface.org
3333
env:
34-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
34+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)