From b771c679e3a73602d06a169586bd1903c55c256c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=98=99=E2=97=A6=20The=20Tablet=20=E2=9D=80=20GamerGirla?= =?UTF-8?q?ndCo=20=E2=97=A6=E2=9D=A7?= Date: Tue, 2 Jan 2024 18:53:54 -0500 Subject: [PATCH] fix include in ci --- .gitignore | 3 ++- .gitlab-ci.yml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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