Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 778 Bytes

deploy.md

File metadata and controls

27 lines (14 loc) · 778 Bytes

Deploy

Build

Build your application and generate production-ready output in the ignored book directory.

$ make build

That is useful to run locally to check the app builds correctly.

CI/CD

This project uses GitHub Actions for Continuous Integration / Continuous Deployment.

The flow runs the Build command as above then commits the output to the gh-pages branch. To serve the site, configure the Settings section of your repo so that GitHub Pages serves the root of the gh-pages branch.

See the workflow on GitHub:

See workflow runs here: