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