Skip to content
Kimberly Bastille edited this page Jul 21, 2022 · 1 revision

Continuous integration (CI)

This repo used to use Travis CI but now uses GitHub Actions.

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.

How is the action setup?

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.

More resources

Clone this wiki locally