mirror of
https://github.com/peaceiris/actions-hugo.git
synced 2025-06-06 08:55:28 +08:00
Updated README (#4)
This commit is contained in:
parent
a73e76d41f
commit
85e57bdb8c
14
README.md
14
README.md
@ -127,6 +127,20 @@ Set `extended: true` to use a Hugo extended version.
|
||||
extended: true
|
||||
```
|
||||
|
||||
### ⭐️ Use Hugo extended with deployment support
|
||||
|
||||
Set `withDeploy: true` to use a Hugo extended version with deployment enabled.
|
||||
|
||||
```yaml
|
||||
- name: Setup Hugo
|
||||
uses: peaceiris/actions-hugo@v3
|
||||
with:
|
||||
hugo-version: '0.119.0'
|
||||
extended: true
|
||||
withDeploy: true
|
||||
```
|
||||
|
||||
|
||||
### ⭐️ Use the latest version of Hugo
|
||||
|
||||
Set `hugo-version: 'latest'` to use the latest version of Hugo.
|
||||
|
Loading…
Reference in New Issue
Block a user