Update CI

This commit is contained in:
Loic Guegan 2021-10-04 10:52:14 +02:00
parent fdc0fc2691
commit 2c497e142d
2 changed files with 3 additions and 3 deletions

View file

@ -1,8 +1,8 @@
image: ruby:2.7
image: archlinux:latest
pages:
script:
- ls
- ./refresh.sh
artifacts:
paths:

View file

@ -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