Skip to content
Snippets Groups Projects
Commit 5d9ecff5 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis
Browse files

Merge branch 'master' into 'master'

Update .gitlab-ci.yml Block in README.md

See merge request pages/mkdocs!19
parents 86bbcfea 9c1dd52f
No related branches found
No related tags found
No related merge requests found
......@@ -27,8 +27,8 @@ test:
artifacts:
paths:
- test
except:
- master
rules:
- if: $CI_COMMIT_REF_NAME != $CI_DEFAULT_BRANCH
pages:
stage: deploy
......@@ -37,8 +37,8 @@ pages:
artifacts:
paths:
- public
only:
- master
rules:
- if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH
```
## Building locally
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment