diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2021-10-04 10:52:14 +0200 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2021-10-04 10:52:14 +0200 |
| commit | 2c497e142d9dea925be60ddea8715fec250add03 (patch) | |
| tree | 5d5a2352974ee69eb7c7c1b57d2cf50fab58ab6e | |
| parent | fdc0fc2691bbce3ab687d0019c8f754abf49ab0b (diff) | |
Update CI
| -rw-r--r-- | .gitlab-ci.yml | 4 | ||||
| -rwxr-xr-x | refresh.sh | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f50a210..1cfcb60 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,8 +1,8 @@ -image: ruby:2.7 +image: archlinux:latest pages: script: - - ls + - ./refresh.sh artifacts: paths: @@ -2,7 +2,7 @@ wai=$(dirname $(readlink -f "$0")) # Current script directory projects_dir=${wai}/projects -www_dir=${wai}/www +www_dir=${wai}/public projects_out_dir=${www_dir}/projects/ template_file=${wai}/template.html |
