Commit f5e34ef9 authored by Valerio Formato's avatar Valerio Formato
Browse files

Add a CI/CD pipeline

parent 60541071
Loading
Loading
Loading
Loading
Loading

.gitlab-ci.yml

0 → 100644
+13 −0
Original line number Diff line number Diff line
stages:
  - build
  - deploy

.build: &build
  stage: build
  script: 
    - make html

build:docker:
  <<: *build
  image: sphinxdoc/sphinx
  needs: [ ]
 No newline at end of file