Skip to content
Snippets Groups Projects
.gitlab-ci.yml 430 B
Newer Older
  image: python:3-alpine
  stage: site
  script:
    - pip install j2static
    - mkdir public
    - j2static generate
  artifacts:
    paths:
  image: blang/latex:latest
  stage: slides
  script:
    - apt update && apt install -y git
    - ./build_slides.sh