GitHub Actions
GitHub Actions are set up to
- 
build the documentation using Antora and upload them to docs.feelpp.org[Feel++ docs] upon any change in the repo.
 - 
build, install, package and deliver the Feel++ code
 
See the [workflow file](.github/workflows/ci.yml) for more details.
1. Skipping a job
You can skip the CI  by adding the following line in the commit message: [skip ci]
You can skip the job that build the documentation  by adding the following line in the commit message: doc skip.
You can skip the job that build the code  by adding the following line in the commit message: code skip.