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 @@ ...@@ -4,12 +4,12 @@
image: python:3.8-alpine image: python:3.8-alpine
stages: stages:
- deploy - build
pages: pages:
tags: tags:
- sphinx - sphinx
stage: deploy stage: build
script: script:
- python3 -m pip install sphinx rtd - python3 -m pip install sphinx rtd
- sphinx-build -b html docs/source/ public/ - sphinx-build -b html docs/source/ public/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment