This repository is structured as a static GitHub Pages site.
- The site content is published from the
docs/directory. - The Pages deployment workflow is at
.github/workflows/deploy-pages.yml. .nojekyllis included to ensure GitHub Pages serves files exactly as-is.
- In GitHub repository settings, enable Pages and set Source to GitHub Actions.
- Push to
main(or run the workflow manually from the Actions tab). - GitHub Actions will deploy the
docs/folder as a static site.