Skip to content
Snippets Groups Projects
Commit f5e34ef9 authored by Valerio Formato's avatar Valerio Formato
Browse files

Add a CI/CD pipeline

parent 60541071
No related branches found
No related tags found
1 merge request!5Add CI/CD
Pipeline #17562 failed
stages:
- build
- deploy
.build: &build
stage: build
script:
- make html
build:docker:
<<: *build
image: sphinxdoc/sphinx
needs: [ ]
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment