docs: bump hugo from 0.74.1 to 0.74.2

This commit is contained in:
peaceiris 2020-07-18 03:20:18 +09:00
parent 71327d4646
commit 89d2e2c7e8
No known key found for this signature in database
GPG Key ID: 5868468A8EBA64EC
1 changed files with 5 additions and 5 deletions

View File

@ -89,7 +89,7 @@ jobs:
- name: Setup Hugo - name: Setup Hugo
uses: peaceiris/actions-hugo@v2 uses: peaceiris/actions-hugo@v2
with: with:
hugo-version: '0.74.1' hugo-version: '0.74.2'
# extended: true # extended: true
- name: Build - name: Build
@ -118,7 +118,7 @@ Set `extended: true` to use a Hugo extended version.
- name: Setup Hugo - name: Setup Hugo
uses: peaceiris/actions-hugo@v2 uses: peaceiris/actions-hugo@v2
with: with:
hugo-version: '0.74.1' hugo-version: '0.74.2'
extended: true extended: true
``` ```
@ -150,7 +150,7 @@ How to sync a Hugo version between a Docker Compose and a GitHub Actions workflo
Write a `HUGO_VERSION` to the `.env` file like the following and push it to a remote branch. Write a `HUGO_VERSION` to the `.env` file like the following and push it to a remote branch.
```sh ```sh
HUGO_VERSION=0.74.1 HUGO_VERSION=0.74.2
``` ```
Next, add a step to read a Hugo version from the `.env` file. Next, add a step to read a Hugo version from the `.env` file.
@ -224,7 +224,7 @@ jobs:
- name: Setup Hugo - name: Setup Hugo
uses: peaceiris/actions-hugo@v2 uses: peaceiris/actions-hugo@v2
with: with:
hugo-version: '0.74.1' hugo-version: '0.74.2'
extended: true extended: true
- name: Setup Node - name: Setup Node
@ -273,7 +273,7 @@ jobs:
- name: Setup Hugo - name: Setup Hugo
uses: peaceiris/actions-hugo@v2 uses: peaceiris/actions-hugo@v2
with: with:
hugo-version: '0.74.1' hugo-version: '0.74.2'
extended: true extended: true
- name: Setup Ruby - name: Setup Ruby