fix hugo template syntax for ci
This commit is contained in:
parent
caaeb9d742
commit
35d85a9dbe
@ -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.'
|
description: 'GitHub Actions for Hugo ⚡️ Setup Hugo quickly and build your site fast. Hugo extended and Hugo Modules are supported.'
|
||||||
spec:
|
spec:
|
||||||
inputs:
|
inputs:
|
||||||
hugo-version:
|
hugo-version:
|
||||||
description: 'The Hugo version to download (if necessary) and use. Example: 0.58.2'
|
description: 'The Hugo version to download (if necessary) and use. Example: 0.58.2'
|
||||||
required: false
|
required: false
|
||||||
default: 'latest'
|
default: 'latest'
|
||||||
extended:
|
extended:
|
||||||
description: 'Download (if necessary) and use Hugo extended version. Example: true'
|
description: 'Download (if necessary) and use Hugo extended version. Example: true'
|
||||||
required: false
|
required: false
|
||||||
default: 'false'recursive
|
default: 'false'
|
||||||
HUGO_ENV: production
|
HUGO_ENV: production
|
||||||
---
|
---
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user