Skip to content

Commit 051dea7

Browse files
committed
GitHub Actions: create CNAME when regenerating the HTML files
Keep CNAME when updating the repository by re-creating it.
1 parent 8cd9293 commit 051dea7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish_gh_pages.yml

+2
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ jobs:
4343
fi
4444
# Disable Jekyll engine
4545
touch _build/html/.nojekyll
46+
# Add a CNAME file
47+
printf doc.iosenag.net > _build/html/CNAME
4648
4749
- name: Build Github pages with Sphinx
4850
run: make html

0 commit comments

Comments
 (0)