docs: update v2.1.0

This commit is contained in:
peaceiris 2019-09-18 04:23:27 +09:00
parent 3bbd6d1917
commit 4f371785be
1 changed files with 3 additions and 3 deletions

View File

@ -45,7 +45,7 @@ jobs:
- uses: actions/checkout@master
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2.0.0
uses: peaceiris/actions-hugo@v2.1.0
with:
hugo-version: '0.58.2'
@ -68,7 +68,7 @@ jobs:
```yaml
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2.0.0
uses: peaceiris/actions-hugo@v2.1.0
with:
hugo-version: '0.58.2'
extended: true
@ -78,7 +78,7 @@ jobs:
```yaml
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2.0.0
uses: peaceiris/actions-hugo@v2.1.0
with:
hugo-version: 'latest'
```