docs: update tag

This commit is contained in:
Shohei Ueda 2019-11-17 21:06:54 +09:00 committed by GitHub
parent ab3f21340f
commit 33b6f7438b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -70,7 +70,7 @@ jobs:
# submodules: true # submodules: true
- name: Setup Hugo - name: Setup Hugo
uses: peaceiris/actions-hugo@v2.2.2 uses: peaceiris/actions-hugo@v2.2.4
with: with:
hugo-version: '0.58.3' hugo-version: '0.58.3'
# extended: true # extended: true
@ -96,7 +96,7 @@ Set `extended: true` to use a Hugo extended version.
```yaml ```yaml
- name: Setup Hugo - name: Setup Hugo
uses: peaceiris/actions-hugo@v2.2.2 uses: peaceiris/actions-hugo@v2.2.4
with: with:
hugo-version: '0.58.3' hugo-version: '0.58.3'
extended: true extended: true
@ -108,7 +108,7 @@ Set `hugo-version: 'latest'` to use the latest version of Hugo.
```yaml ```yaml
- name: Setup Hugo - name: Setup Hugo
uses: peaceiris/actions-hugo@v2.2.2 uses: peaceiris/actions-hugo@v2.2.4
with: with:
hugo-version: 'latest' hugo-version: 'latest'
``` ```