From 578c18202da75d1ae04bda4073bf04338db5dcd8 Mon Sep 17 00:00:00 2001 From: Syed Amir Date: Fri, 11 Aug 2017 11:53:46 +0800 Subject: [PATCH] add public folder for static html deploy --- .gitlab-ci.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index be65921..a348f44 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,11 +1,8 @@ -# This file is a template, and might need editing before it works on your project. -# Full project: https://gitlab.com/pages/plain-html + pages: stage: deploy script: - - mkdir .public - - cp -r * .public - - mv .public public + - echo 'Nothing to do...' artifacts: paths: - public