Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

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

About

Remix 3 Guides

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors