diff options
-rw-r--r-- | .gitlab-ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 28b45d8..b5c6c9a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,7 +2,7 @@ image: alpine:latest pages: stage: deploy script: - - echo 'Nothing to do...' + - mv seeother public artifacts: paths: - - seeother + - public |