From 35d85a9dbe515bf4421d9b4f2f42b5b14ccd194d 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:56:58 -0500 Subject: [PATCH] fix hugo template syntax for ci --- .gitlab/hugo.template.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.gitlab/hugo.template.yml b/.gitlab/hugo.template.yml index 72de329..146598a 100644 --- a/.gitlab/hugo.template.yml +++ b/.gitlab/hugo.template.yml @@ -2,14 +2,14 @@ name: 'Hugo setup' description: 'GitHub Actions for Hugo ⚡️ Setup Hugo quickly and build your site fast. Hugo extended and Hugo Modules are supported.' spec: inputs: - hugo-version: - description: 'The Hugo version to download (if necessary) and use. Example: 0.58.2' - required: false - default: 'latest' - extended: - description: 'Download (if necessary) and use Hugo extended version. Example: true' - required: false - default: 'false'recursive + hugo-version: + description: 'The Hugo version to download (if necessary) and use. Example: 0.58.2' + required: false + default: 'latest' + extended: + description: 'Download (if necessary) and use Hugo extended version. Example: true' + required: false + default: 'false' HUGO_ENV: production ---