Skip to content
Snippets Groups Projects
Commit eea8ea25 authored by Volker von Holt's avatar Volker von Holt
Browse files

Update file .gitlab-ci.yml

parent 32de085e
No related branches found
No related tags found
No related merge requests found
Pipeline #477828 canceled
......@@ -4,12 +4,12 @@
image: python:3.8-alpine
stages:
- deploy
- build
pages:
tags:
- sphinx
stage: deploy
stage: build
script:
- python3 -m pip install sphinx rtd
- sphinx-build -b html docs/source/ public/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment