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

Update file .gitlab-ci.yml

parent e9ef4a2d
No related branches found
No related tags found
No related merge requests found
Pipeline #477875 failed
...@@ -21,7 +21,8 @@ image: python:3.8-alpine ...@@ -21,7 +21,8 @@ image: python:3.8-alpine
test: test:
stage: test stage: test
script: script:
- pip3 install -U sphinx sphinx-rtd-theme - pip3 install -U sphinx
- pip3 install sphinx-rtd-theme
- sphinx-build -b html docs/source/ public/ - sphinx-build -b html docs/source/ public/
- branches - branches
except: except:
......
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