Update .gitlab-ci.yml file

This commit is contained in:
Denys Konovalov 2022-10-15 17:06:38 +00:00
parent 75ab193f1f
commit 356355cef3

@ -7,6 +7,7 @@ test:
except:
variables:
- $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
interruptible: true
pages:
script:
- hugo --gc --minify --cleanDestinationDir
@ -16,3 +17,4 @@ pages:
only:
variables:
- $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
interruptible: true