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: diff --git a/refresh.sh b/refresh.sh index 3980aa7..9036dda 100755 --- a/refresh.sh +++ b/refresh.sh @@ -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