diff --git a/.gitignore b/.gitignore index b90d2d4..b905051 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,5 @@ exampleSite/public/ .DS_Store .hugo_build.lock themes -.history/ \ No newline at end of file +.history/ +.vscode/ \ No newline at end of file diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5dad6e7..3a20407 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,7 +8,7 @@ include: input: content output: assets/indices root: . - - file: "/.gitlab/hugo.template.yml" + - local: "/.gitlab/hugo.template.yml" stages: - index - setup-hugo