Updated README (#4)

This commit is contained in:
Vlad Kyrylenko 2025-01-03 20:19:30 -05:00 committed by GitHub
parent a73e76d41f
commit 85e57bdb8c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -127,6 +127,20 @@ Set `extended: true` to use a Hugo extended version.
extended: true 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 ### ⭐️ Use the latest version of Hugo
Set `hugo-version: 'latest'` to use the latest version of Hugo. Set `hugo-version: 'latest'` to use the latest version of Hugo.