Skip to content
Snippets Groups Projects
.gitlab-ci.yml 280 B
Newer Older
stages:
Florian Fischer's avatar
Florian Fischer committed
  - pages
Florian Fischer's avatar
Florian Fischer committed
  stage: pages
  tags:
    - Python3.8
  script:
Florian Fischer's avatar
Florian Fischer committed
    - apt-get update
    - apt-get install libgl1 -y
    - sphinx-build -b html ./docs public
  artifacts:
    paths:
Florian Fischer's avatar
Florian Fischer committed
      # The folder that contains the files to be exposed at the Page URL
      - public