docs: update peaceiris/actions-hugo@v2.2.0
This commit is contained in:
parent
dc8541739a
commit
8f1aef7e73
|
@ -55,7 +55,7 @@ jobs:
|
||||||
- uses: actions/checkout@master
|
- uses: actions/checkout@master
|
||||||
|
|
||||||
- name: Setup Hugo
|
- name: Setup Hugo
|
||||||
uses: peaceiris/actions-hugo@v2.1.0
|
uses: peaceiris/actions-hugo@v2.2.0
|
||||||
with:
|
with:
|
||||||
hugo-version: '0.58.3'
|
hugo-version: '0.58.3'
|
||||||
|
|
||||||
|
@ -78,7 +78,7 @@ jobs:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
- name: Setup Hugo
|
- name: Setup Hugo
|
||||||
uses: peaceiris/actions-hugo@v2.1.0
|
uses: peaceiris/actions-hugo@v2.2.0
|
||||||
with:
|
with:
|
||||||
hugo-version: '0.58.3'
|
hugo-version: '0.58.3'
|
||||||
extended: true
|
extended: true
|
||||||
|
@ -88,7 +88,7 @@ jobs:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
- name: Setup Hugo
|
- name: Setup Hugo
|
||||||
uses: peaceiris/actions-hugo@v2.1.0
|
uses: peaceiris/actions-hugo@v2.2.0
|
||||||
with:
|
with:
|
||||||
hugo-version: 'latest'
|
hugo-version: 'latest'
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue