Skip to content
Snippets Groups Projects
Commit 44952e6b authored by Hock, Martin's avatar Hock, Martin
Browse files

Set config directory

parent d01928a4
Branches
No related tags found
1 merge request!3Add template ci.yml from...
......@@ -6,7 +6,7 @@ test:
- env:docker
script:
- pip install -U sphinx
- sphinx-build -b html . public
- sphinx-build -c ./docs/source -b html . public
rules:
# - if: $CI_COMMIT_REF_NAME != $CI_DEFAULT_BRANCH
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
......@@ -18,7 +18,7 @@ pages:
- env:docker
script:
- pip install -U sphinx
- sphinx-build -b html . public
- sphinx-build -c ./docs/source -b html . public
artifacts:
paths:
- public
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment