The public GitHub Pages site for the MandalAutomations organization.
The site is served from index.html at the root of this repository and is published at:
https://mandalautomations.github.io
A custom domain may be configured via the CNAME file.
Open index.html directly in a browser, or serve the directory with any static file server, for example:
python -m http.server 8000Then visit http://localhost:8000.
- Edit
index.html(and add any additional assets) on a branch. - Open a pull request.
- Once merged to the default branch, GitHub Pages will redeploy automatically.