diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5e5d484..7804a69 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -40,4 +40,8 @@ clone: - git submodule status - git submodule update --remote --init --recursive - git submodule init - - ls -l themes \ No newline at end of file + - ls -l themes + artifacts: + paths: + - content + - themes \ No newline at end of file