Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 830 Bytes

File metadata and controls

15 lines (9 loc) · 830 Bytes

Remix Guides

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/.

Deployment

.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 main branch.
  • The Deploy Remix Guides workflow is run manually. Its ref input accepts a Remix branch, tag, or commit.
  • This repository receives an update-guides repository dispatch. The optional ref client payload selects the Remix source ref.

Deployments default to the Remix main branch.