diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f41932e..2183942 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,7 +15,7 @@ test: paths: - test except: - - master + - butter-box build: stage: build @@ -27,14 +27,11 @@ build: artifacts: paths: - content.zip + only: + - butter-box pages: stage: deploy - script: - - apt-get update - - apt-get install -y zip - - bundle exec jekyll build -d butter-site - - zip -r content.zip butter-site artifacts: paths: - content.zip