This repository builds and deploys the Remix guides to GitHub Pages. The guide source and static-site generator live in the Remix monorepo under guides/.
.github/workflows/deploy.yml checks out the Remix monorepo, prerenders the guides, and deploys the generated site as a GitHub Pages artifact.
Deployments run when:
- A commit is pushed to this repository's
mainbranch. - The Deploy Remix Guides workflow is run manually. Its
refinput accepts a Remix branch, tag, or commit. - This repository receives an
update-guidesrepository dispatch. The optionalrefclient payload selects the Remix source ref.
Deployments default to the Remix main branch.