diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2021-10-04 10:46:47 +0200 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2021-10-04 10:46:47 +0200 |
| commit | fdc0fc2691bbce3ab687d0019c8f754abf49ab0b (patch) | |
| tree | 67348698f3e014352944c7d40efecc2155359787 | |
| parent | a6885376e0f66736cc743acb69c41891efe35e23 (diff) | |
Enable pages
| -rw-r--r-- | .gitlab-ci.yml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cf3824a..f50a210 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,2 +1,9 @@ +image: ruby:2.7 + pages: - baseurl: "" + script: + - ls + + artifacts: + paths: + - public |
