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