diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2d70444a5c547a0b10c2a773d3c3cfbb67c1b248..37adae319bc795b7149c40fc71e19350da59258f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,14 +1,17 @@ build-site: + stage: build script: make pages: + stage: deploy script: - - make - mv output public artifacts: paths: - public + tags: + - site-gen only: - master