From 726b5ed6a41be0bc7d06064a71da03508b3b3a31 Mon Sep 17 00:00:00 2001 From: gumi Date: Wed, 31 Jan 2018 11:30:36 -0500 Subject: add index to static site --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index aff1d127..3ecaae6c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -21,6 +21,10 @@ pages: - make updates - make news - cp -v world/map/news.txt public/ + - echo 'static update serverLegacy.zip
Legacy-music.zip
news.txt
resources.xml' > public/index.html + # path for legacy compatibility + - mkdir -p public/updates + - cp -v public/*.* public/updates/ artifacts: paths: - public -- cgit v1.2.3-60-g2f50