docs: bump hugo to 0.68.3

This commit is contained in:
peaceiris 2020-04-11 02:56:26 +09:00
parent cb7cd1e26d
commit 949a480ff9
1 changed files with 3 additions and 3 deletions

View File

@ -90,7 +90,7 @@ jobs:
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: '0.62.2'
hugo-version: '0.68.3'
# extended: true
- name: Build
@ -119,7 +119,7 @@ Set `extended: true` to use a Hugo extended version.
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: '0.62.2'
hugo-version: '0.68.3'
extended: true
```
@ -151,7 +151,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.
```sh
HUGO_VERSION=0.62.2
HUGO_VERSION=0.68.3
```
Next, add a step to read a Hugo version from the `.env` file.