From 46cbd3b13e1c7af052d060e52639697407b45ad3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxime=20Lefran=C3=A7ois?= Date: Tue, 16 Jun 2020 16:17:54 +0200 Subject: [PATCH] always push artifact --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0de7e38..e112a92 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,6 +17,7 @@ prepare-prerelease: except: - master artifacts: + when: always paths: - target/site - target/success -- GitLab