Revert "Update .gitlab-ci.yml file"

This reverts commit 001ed0614e0c0b5bf027dfeef7406fa73e88b311
This commit is contained in:
Denys Konovalov 2022-10-15 17:38:06 +00:00
parent 001ed0614e
commit d3aa311006

@ -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