Updated README (#4)
This commit is contained in:
parent
a73e76d41f
commit
85e57bdb8c
1 changed files with 14 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue