setup-hugo/action.yml
Peter Kurfer 10b6b9aa45
Some checks failed
Check Transpiled JavaScript / Check dist/ (push) Failing after 38s
Continuous Integration / GitHub Actions Test (push) Successful in 9s
Continuous Integration / TypeScript Tests (push) Successful in 52s
Renovate / renovate (push) Successful in 56s
feat: support with deploy option
2024-11-27 20:14:56 +01:00

37 lines
1,023 B
YAML

name: 'Hello World'
description: 'Greet someone and record the time'
inputs:
hugo-version:
description:
'The Hugo version to download.ts (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'
dart-sass:
description: 'Download (if necessary) dart-sass'
required: false
default: 'false'
with-deploy:
description:
'Fetch a Hugo build that includes the deploy command - if true, will
override the extended option'
required: false
default: 'false'
dart-sass-version:
description:
'The dart-sass version to download.ts (if necessary) and use. Example:
1.76.0'
required: false
default: ''
github-token:
description:
'Used to avoid rate limits when interacting with the Github API'
required: false
default: ''
runs:
using: 'node20'
main: 'dist/index.js'