rough add withdeploy
This commit is contained in:
parent
3b443076f0
commit
153e0fe512
6 changed files with 40 additions and 5 deletions
|
|
@ -1,5 +1,5 @@
|
|||
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, Hugo deploy and Hugo Modules are supported.'
|
||||
author: 'peaceiris'
|
||||
inputs:
|
||||
hugo-version:
|
||||
|
|
@ -10,6 +10,10 @@ inputs:
|
|||
description: 'Download (if necessary) and use Hugo extended version. Example: true'
|
||||
required: false
|
||||
default: 'false'
|
||||
withdeploy:
|
||||
description: 'Download (if necessary) and use Hugo deploy feature. Example: true'
|
||||
required: false
|
||||
default: 'false'
|
||||
runs:
|
||||
using: 'node20'
|
||||
main: 'lib/index.js'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue