Commit Graph

3 Commits

Author SHA1 Message Date
KaraZajac 118eca0948 Switch GitHub Pages to Jekyll build for markdown rendering
The static deployment served raw .md files, causing 404s on protocol
doc links (which point to .html). Jekyll processes the .md files with
their front matter (layout: default) into proper HTML pages.
2026-03-22 12:14:18 -04:00
KaraZajac cea473b654 Fix GitHub Pages: serve docs/ as site root
The workflow was uploading the entire repo, so the site root had no
index.html (it lives in docs/). Now uploads just docs/ so the landing
page and protocol docs are served at the root URL.
2026-03-22 12:08:47 -04:00
Kara Zajac a58d13362a Add GitHub Actions workflow for GitHub Pages deployment
This workflow automates the deployment of static content to GitHub Pages on pushes to the main branch.
2026-03-22 11:01:25 -04:00