From: Dan Allen Date: Tue, 28 Nov 2017 03:06:14 +0000 (-0700) Subject: don't copy template files (layouts, partials, and helpers) to published site X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=23b1cdc40213439676832562738e5843e7451575;p=eg-antora.git don't copy template files (layouts, partials, and helpers) to published site --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7fdb96b..16a5c8a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -27,7 +27,10 @@ pages: policy: pull paths: - node_modules/ - script: node_modules/.bin/gulp build:preview + script: + - node_modules/.bin/gulp build:preview + # FIXME figure out a way to avoid copying these files to preview site + - rm -rf public/_/{helpers,layouts,partials} artifacts: paths: - public