Revert "Update .gitlab-ci.yml file"
This reverts commit 0aba9d8c3f018739bfd1fee310f7d29b45c4b46f
This commit is contained in:
parent
0aba9d8c3f
commit
505c41515b
@ -1,6 +1,13 @@
|
|||||||
image: registry.gitlab.com/pages/hugo/hugo_extended:latest
|
image: registry.gitlab.com/pages/hugo/hugo_extended:latest
|
||||||
variables:
|
variables:
|
||||||
GIT_SUBMODULE_STRATEGY: recursive
|
GIT_SUBMODULE_STRATEGY: recursive
|
||||||
|
test:
|
||||||
|
script:
|
||||||
|
- hugo
|
||||||
|
except:
|
||||||
|
variables:
|
||||||
|
- $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
|
||||||
|
interruptible: true
|
||||||
pages:
|
pages:
|
||||||
script:
|
script:
|
||||||
- hugo --gc --minify --cleanDestinationDir
|
- hugo --gc --minify --cleanDestinationDir
|
||||||
|
Loading…
x
Reference in New Issue
Block a user