diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 05542a7..3ece07e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,8 +3,7 @@ image: alpine:latest pages: stage: deploy script: - - mkdir public - - cp -r ./ public/ + - echo "Nothing to do here." artifacts: paths: - public