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: ...@@ -23,6 +23,7 @@ test:
script: script:
- pip3 install -U sphinx - pip3 install -U sphinx
- pip3 install sphinx-rtd-theme - pip3 install sphinx-rtd-theme
- pip3 install sphinx-copybutton
- sphinx-build -b html docs/source/ public/ - sphinx-build -b html docs/source/ public/
- branches - branches
except: except:
...@@ -33,6 +34,7 @@ pages: ...@@ -33,6 +34,7 @@ pages:
script: script:
- pip3 install -U sphinx - pip3 install -U sphinx
- pip3 install sphinx-rtd-theme - pip3 install sphinx-rtd-theme
- pip3 install sphinx-copybutton
- sphinx-build -b html docs/source/ public/ - sphinx-build -b html docs/source/ public/
artifacts: artifacts:
paths: 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