From 09607b974aef520f4afaeabe4310bb797d6d41ca Mon Sep 17 00:00:00 2001 From: Mickael Date: Sun, 18 Aug 2019 23:34:23 +0200 Subject: [PATCH] To test CI --- .gitlab-ci.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2073add..3fe4764 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,9 +4,9 @@ pages: stage: deploy script: - sh ./scripts/generate.sh - - cp -r site public - artifacts: - paths: - - public - only: - - master \ No newline at end of file + # - cp -r site public + # artifacts: + # paths: + # - public + # only: + # - master \ No newline at end of file