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:
stage: test
script:
- pip install -U sphinx
- sphinx-build -b html . public
only:
- sphinx-build -b html docs/source/ public/
- branches
except:
- master
......@@ -32,7 +31,7 @@ pages:
stage: deploy
script:
- pip install -U sphinx
- sphinx-build -b html . public
- sphinx-build -b html docs/source/ public/
artifacts:
paths:
- public
......
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