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

Update file .gitlab-ci.yml

parent 6569d3df
No related branches found
No related tags found
No related merge requests found
Pipeline #477956 passed
......@@ -23,6 +23,7 @@ test:
script:
- pip3 install -U sphinx
- pip3 install sphinx-rtd-theme
- pip3 install sphinx-copybutton
- sphinx-build -b html docs/source/ public/
- branches
except:
......@@ -33,6 +34,7 @@ pages:
script:
- pip3 install -U sphinx
- pip3 install sphinx-rtd-theme
- pip3 install sphinx-copybutton
- sphinx-build -b html docs/source/ public/
artifacts:
paths:
......
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