Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 688 Bytes

deployment.md

File metadata and controls

21 lines (15 loc) · 688 Bytes

Deployment

The site is hosted on GitHub pages. When a pull request is merged into main a new version of the site is deployed automatically using GitHub actions.

Publishing from your computer

In the event you need to publish a local version of the site from your computer (not recommended) the following Rake tasks can be run:

# Not recommended - pull requests are preferred
bundle exec rake build publish

These tasks will build the site, checkout the gh-pages branch, commit any changes, and push them to GitHub.