From ca801caf057d3b1e5f1fcb2fc5dfc26f54ca2e99 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Wed, 26 Oct 2022 18:38:03 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index db05ea8..455cfd7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,11 +6,10 @@ before_script: pages: script: - hugo - - cp public ../public artifacts: paths: # The folder that contains the files to be exposed at the Page URL - - public + - tfc/public rules: # This ensures that only pushes to the default branch will trigger # a pages deploy