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