Skip to content

Commit 319b3ec

Browse files
authored
Update generate-docs.yml
1 parent 4582c77 commit 319b3ec

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/generate-docs.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,6 @@ jobs:
2323
key: ${{ github.ref }}
2424

2525
- run: pip install mkdocs-material mkdocs-jupyter mkdocs-plotly-plugin mkdocstrings-python mkdocs-plugin-inline-svg
26-
27-
# Create CNAME file inside site/ before deployment
28-
- name: Create CNAME file
29-
run: |
30-
echo "realenzymeml.org" > docs/CNAME
3126

3227
- name: Build MkDocs site
3328
run: mkdocs build

0 commit comments

Comments
 (0)