From 4652b181aa3c4e2ac69a218372221fbf4a96f1ce Mon Sep 17 00:00:00 2001 From: Dooho Yi Date: Mon, 17 Feb 2020 23:25:12 +0900 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 72c221b..3a912d9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,10 +6,9 @@ pages: - apk update && apk add make - pip install -r requirements.txt - make publish - - cp -R ./public/* /var/www/webapp_doohoyi/nosignal.hopto.org_site/pelican artifacts: paths: - - public/ + - /var/www/webapp_doohoyi/nosignal.hopto.org_site/pelican only: - master