Update .gitlab-ci.yml file
This commit is contained in:
parent
ff56cf8576
commit
41848ad8de
@ -7,6 +7,7 @@ test:
|
||||
except:
|
||||
variables:
|
||||
- $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
|
||||
interruptible: true
|
||||
pages:
|
||||
script:
|
||||
- hugo --gc --minify --cleanDestinationDir
|
||||
@ -15,4 +16,5 @@ pages:
|
||||
- public
|
||||
only:
|
||||
variables:
|
||||
- $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
|
||||
- $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
|
||||
interruptible: true
|
Loading…
x
Reference in New Issue
Block a user