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: ...@@ -27,8 +27,8 @@ test:
artifacts: artifacts:
paths: paths:
- test - test
except: rules:
- master - if: $CI_COMMIT_REF_NAME != $CI_DEFAULT_BRANCH
pages: pages:
stage: deploy stage: deploy
...@@ -37,8 +37,8 @@ pages: ...@@ -37,8 +37,8 @@ pages:
artifacts: artifacts:
paths: paths:
- public - public
only: rules:
- master - if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH
``` ```
## Building locally ## Building locally
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment