We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cd9293 commit 051dea7Copy full SHA for 051dea7
.github/workflows/publish_gh_pages.yml
@@ -43,6 +43,8 @@ jobs:
43
fi
44
# Disable Jekyll engine
45
touch _build/html/.nojekyll
46
+ # Add a CNAME file
47
+ printf doc.iosenag.net > _build/html/CNAME
48
49
- name: Build Github pages with Sphinx
50
run: make html
0 commit comments