Skip to content

Commit c746eeb

Browse files
authored
Update generate-docs.yml
Added `CNAME` to enzymeml.org
1 parent 466a187 commit c746eeb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/generate-docs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,8 @@ jobs:
2727
- name: Build MkDocs site
2828
run: mkdocs build
2929

30+
- name: Add CNAME file
31+
run: echo 'enzymeml.org' > site/CNAME
32+
3033
- name: Deploy MkDocs site
3134
run: mkdocs gh-deploy --force

0 commit comments

Comments
 (0)