From e1534725b99f929546a7ccd5604c3269120aaebe Mon Sep 17 00:00:00 2001 From: Dooho Yi Date: Sun, 12 Apr 2020 16:26:39 +0900 Subject: [PATCH] =?UTF-8?q?/=20=E2=80=98.gitlab-ci.yml=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index db9247c..2d2cb5f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -20,6 +20,8 @@ test: - apk update && apk add make - pip install -r requirements.txt - make publish + - rm -rf /site-public/pelican + - cp -r output /site-public/pelican only: - branches except: