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.
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:
- main.yml file.
See workflow runs here:
- Actions tab.