From 8b17a0e8fa9e33a1ea2ed3468208538b1556fbd2 Mon Sep 17 00:00:00 2001 From: Mickael Date: Sun, 18 Aug 2019 23:38:37 +0200 Subject: [PATCH] It's good --- .gitlab-ci.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bcd13e2..86187e1 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