docs: update tag
This commit is contained in:
parent
64951c5a73
commit
7b66ed001b
|
@ -71,7 +71,7 @@ jobs:
|
|||
# submodules: true
|
||||
|
||||
- name: Setup Hugo
|
||||
uses: peaceiris/actions-hugo@v2.2.1
|
||||
uses: peaceiris/actions-hugo@v2.2.2
|
||||
with:
|
||||
hugo-version: '0.58.3'
|
||||
# extended: true
|
||||
|
@ -97,7 +97,7 @@ Set `extended: true` to use a Hugo extended version.
|
|||
|
||||
```yaml
|
||||
- name: Setup Hugo
|
||||
uses: peaceiris/actions-hugo@v2.2.1
|
||||
uses: peaceiris/actions-hugo@v2.2.2
|
||||
with:
|
||||
hugo-version: '0.58.3'
|
||||
extended: true
|
||||
|
@ -109,7 +109,7 @@ Set `hugo-version: 'latest'` to use the latest version of Hugo.
|
|||
|
||||
```yaml
|
||||
- name: Setup Hugo
|
||||
uses: peaceiris/actions-hugo@v2.2.1
|
||||
uses: peaceiris/actions-hugo@v2.2.2
|
||||
with:
|
||||
hugo-version: 'latest'
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue