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

Remove debugging info and adjust rules after testing.

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