Skip to content

Commit 72535aa

Browse files
authored
Add CNAME copy step in deploy workflow
Add step to copy CNAME file before deployment.
1 parent b7bcc9f commit 72535aa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ jobs:
2828
# - name: Generate changelog
2929
# run: git-cliff -c cliff.toml
3030

31+
- name: Copy CNAME
32+
run: cp CNAME site/
33+
3134
- name: Build and Deploy
3235
run: mkdocs gh-deploy --force
3336
env:

0 commit comments

Comments
 (0)