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