Update .gitlab-ci.yml file

This commit is contained in:
Chris Cochrun 2022-10-26 18:37:02 +00:00
parent e15aa4cc54
commit 74f84c423b

View file

@ -1,5 +1,5 @@
# The Docker image that will be used to build your app # The Docker image that will be used to build your app
image: klakegg/hugo image: klakegg/hugo:pandoc
# Functions that should be executed before the build script is run # Functions that should be executed before the build script is run
before_script: before_script:
- cd tfc - cd tfc