Update .gitlab-ci.yml file

This commit is contained in:
Chris Cochrun 2022-10-26 18:38:03 +00:00
parent 74f84c423b
commit ca801caf05

View file

@ -6,11 +6,10 @@ before_script:
pages: pages:
script: script:
- hugo - hugo
- cp public ../public
artifacts: artifacts:
paths: paths:
# The folder that contains the files to be exposed at the Page URL # The folder that contains the files to be exposed at the Page URL
- public - tfc/public
rules: rules:
# This ensures that only pushes to the default branch will trigger # This ensures that only pushes to the default branch will trigger
# a pages deploy # a pages deploy