Skip to content

remix-run/remix-guides-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

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.

Releases

Packages

Contributors