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

3
.gitignore vendored

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

@ -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