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

Update file .gitlab-ci.yml

parent 310726f1
No related branches found
No related tags found
No related merge requests found
Pipeline #477869 passed
...@@ -22,8 +22,7 @@ test: ...@@ -22,8 +22,7 @@ test:
stage: test stage: test
script: script:
- pip install -U sphinx - pip install -U sphinx
- sphinx-build -b html . public - sphinx-build -b html docs/source/ public/
only:
- branches - branches
except: except:
- master - master
...@@ -32,7 +31,7 @@ pages: ...@@ -32,7 +31,7 @@ pages:
stage: deploy stage: deploy
script: script:
- pip install -U sphinx - pip install -U sphinx
- sphinx-build -b html . public - sphinx-build -b html docs/source/ public/
artifacts: artifacts:
paths: paths:
- public - public
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment