From 016523e70cd5e6e7b6e18cfec65086474e9d64b4 Mon Sep 17 00:00:00 2001 From: Paul Maruhn <paulmaruhn@posteo.de> Date: Tue, 13 Apr 2021 20:15:21 +0200 Subject: [PATCH] fix pages --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1668669d..08e2ad6e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -41,8 +41,9 @@ pages: script: - bundle install --path=vendor/ - bundle exec jekyll build + - mv _site public artifacts: paths: - - _site/ + - public only: - master -- GitLab