An introduction to the basics of continuous integration (CI) and continuous deployment (CD) that doesn't introduce a special platform. After you completed this module, please either head to our course on CICD with gitlab or CICD with github.
This repository holds the source code of the webpage that is rendered here. Contributions are welcome (see below)!
This training module is part of an initiative of the HEP Software foundation to build up a full software training curriculum for high energy physics.
make serve
from the command line
to launch Jekyll with the correct parameters,
or push to your repository's gh-pages
branch
and let GitHub take care of the rendering.make lesson-check
to check that your files follow our formatting rules.