diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0bf87f7..3795938 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,11 +6,12 @@ variables: HUGO_IMAGE_TAG: "arm" AWS_IMAGE_TAG: "0.2" +before_script: + - rm -rf themes/even + - git clone https://gitlab.com/bdebyl/hugo-theme-even.git themes/even + build: stage: build - before_script: - - rm -rf themes/even - - git clone https://gitlab.com/bdebyl/hugo-theme-even.git themes/even script: - make -e build