fix include in ci

This commit is contained in:
parent faa6021461
commit b771c679e3
Signed by: tablet
GPG Key ID: 924A5F6AF051E87C
2 changed files with 3 additions and 2 deletions

1
.gitignore vendored

@ -4,3 +4,4 @@ exampleSite/public/
.hugo_build.lock .hugo_build.lock
themes themes
.history/ .history/
.vscode/

@ -8,7 +8,7 @@ include:
input: content input: content
output: assets/indices output: assets/indices
root: . root: .
- file: "/.gitlab/hugo.template.yml" - local: "/.gitlab/hugo.template.yml"
stages: stages:
- index - index
- setup-hugo - setup-hugo