Deployment Guide¶
This website is designed to be deployed automatically to GitHub Pages from the main branch.
Repository¶
Recommended web repository:
GitHub Pages setting¶
After pushing this project to GitHub, open:
Then choose:
Automatic deployment¶
The workflow file is located here:
Every commit pushed to the main branch will run:
Then it uploads the generated site/ folder and publishes it to GitHub Pages.
Local preview¶
Open:
Custom domain later¶
If PySNE later uses a custom domain, for example:
add a file named CNAME inside the docs/ folder containing only the domain name:
Then update site_url in mkdocs.yml.