From 041e9cb95ce6444ff0035bef20a150e2629c3409 Mon Sep 17 00:00:00 2001 From: yudete Date: Sun, 6 Sep 2020 14:06:33 +0900 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 77b0236..05542a7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,9 +3,10 @@ image: alpine:latest pages: stage: deploy script: - - echo 'Nothing to do...' + - mkdir public + - cp -r ./ public/ artifacts: paths: - - ./ + - public only: - master \ No newline at end of file