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

Update file .gitlab-ci.yml

parent d0678e73
No related branches found
No related tags found
No related merge requests found
Pipeline #477874 failed
...@@ -21,7 +21,7 @@ image: python:3.8-alpine ...@@ -21,7 +21,7 @@ image: python:3.8-alpine
test: test:
stage: test stage: test
script: script:
- pip install -U sphinx - pip3 install -U sphinx 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