-
Notifications
You must be signed in to change notification settings - Fork 11
GitHub Actions
Kimberly Bastille edited this page Jul 21, 2022
·
1 revision
This repo used to use Travis CI but now uses GitHub Actions.
GitHub actions can be used to accomplish many tasks in a repository but here we use it to build and deploy the Technical Documentation Bookdown. The action compiles the book and builds the HTML version.
Tech doc uses GitHub action to automatically update the technical documentation when a change is pushed to Github.
The bookdown.yml configures the virtual machine that the document is built on. The virtual machine is set up using an Ubuntu system using R as the programming language.