mirror of
https://github.com/peaceiris/actions-hugo.git
synced 2026-01-26 04:42:16 +01:00
Compare commits
3 Commits
v2.0.0-rc1
...
v2.0.0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
19661a5c56 | ||
|
|
c4f3b85a0d | ||
|
|
68358aa004 |
@@ -1,4 +1,4 @@
|
|||||||
name: 'Hugo build action'
|
name: 'Hugo setup action'
|
||||||
description: 'GitHub Actions for Hugo extended and Hugo Modules'
|
description: 'GitHub Actions for Hugo extended and Hugo Modules'
|
||||||
author: 'peaceiris'
|
author: 'peaceiris'
|
||||||
inputs:
|
inputs:
|
||||||
@@ -13,3 +13,6 @@ inputs:
|
|||||||
runs:
|
runs:
|
||||||
using: 'node12'
|
using: 'node12'
|
||||||
main: 'index.js'
|
main: 'index.js'
|
||||||
|
branding:
|
||||||
|
icon: 'package'
|
||||||
|
color: 'yellow'
|
||||||
|
|||||||
Reference in New Issue
Block a user