Static Fish N Bits website published with GitHub Pages.
The site has no build step. Start any static file server from the repository root, for example:
python3 -m http.server 8000Then open http://localhost:8000.
Pushes to main run the GitHub Pages workflow in .github/workflows/pages.yml. The workflow uploads the repository's static files and publishes index.html at the project URL above.