Skip to content
Snippets Groups Projects
This GitLab CI configuration is valid. Learn more
Forked from xstra-dev / tp-gitlab-ci
30 commits behind the upstream repository.
.gitlab-ci.yml 180 B
pages:
  tags:
    - pages, docker
  image: boileaum/debian-jupyter
  script:
    - mkdir public
    - ./make_slides.sh
  artifacts:
    paths:
      - public
  only:
    - pages