This commit is contained in:
parent 443af4b86a
commit 52ee03c8ef
Signed by: tablet
GPG Key ID: 924A5F6AF051E87C

@ -12,7 +12,6 @@ include:
- local: "/.gitlab/hugo.template.yml"
stages:
- clone
- index
- setup-hugo
- deploy
@ -25,7 +24,7 @@ deploy:
- cp -r ${CI_PROJECT_DIR}/* ${DEPLOY_PATH}
clone:
stage: clone
stage: .pre
tags:
- shell
before_script: