diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bd3bfb9..68e097c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,13 +9,13 @@ variables: GIT_SUBMODULE_STRATEGY: recursive -hugo: +build-stage: stage: build image: monachus/hugo:latest script: - hugo -pages: +deploy-stage: stage: deploy image: minio/mc:latest script: @@ -26,5 +26,7 @@ pages: artifacts: paths: - .public + dependencies: + - build-stage rules: - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH