diff options
author | Joris | 2019-06-24 10:38:19 +0200 |
---|---|---|
committer | Joris | 2019-06-24 10:38:19 +0200 |
commit | a7e57e1d54e97aa75b7226876dae1e46d7cc2074 (patch) | |
tree | 032c58fb84fcbae8b8460893bf2c79decb2db45a | |
parent | 1013ef825686c25329f44516fd508feefb7a981a (diff) |
Fix ci
-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 |