docs: update v2.1.0
This commit is contained in:
parent
3bbd6d1917
commit
4f371785be
|
@ -45,7 +45,7 @@ jobs:
|
||||||
- uses: actions/checkout@master
|
- uses: actions/checkout@master
|
||||||
|
|
||||||
- name: Setup Hugo
|
- name: Setup Hugo
|
||||||
uses: peaceiris/actions-hugo@v2.0.0
|
uses: peaceiris/actions-hugo@v2.1.0
|
||||||
with:
|
with:
|
||||||
hugo-version: '0.58.2'
|
hugo-version: '0.58.2'
|
||||||
|
|
||||||
|
@ -68,7 +68,7 @@ jobs:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
- name: Setup Hugo
|
- name: Setup Hugo
|
||||||
uses: peaceiris/actions-hugo@v2.0.0
|
uses: peaceiris/actions-hugo@v2.1.0
|
||||||
with:
|
with:
|
||||||
hugo-version: '0.58.2'
|
hugo-version: '0.58.2'
|
||||||
extended: true
|
extended: true
|
||||||
|
@ -78,7 +78,7 @@ jobs:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
- name: Setup Hugo
|
- name: Setup Hugo
|
||||||
uses: peaceiris/actions-hugo@v2.0.0
|
uses: peaceiris/actions-hugo@v2.1.0
|
||||||
with:
|
with:
|
||||||
hugo-version: 'latest'
|
hugo-version: 'latest'
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue