diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 200690b..c540936 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,9 +3,9 @@ image: alpine:latest pages: stage: deploy script: - - echo 'Nothing to do...' + - mv content public artifacts: paths: - - content + - public only: - master