Skip to content

Commit

Permalink
docs: bump hugo from 0.68.3 to 0.71.0
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris committed May 24, 2020
1 parent 2357c76 commit cb3ccf6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: '0.68.3'
hugo-version: '0.71.0'
# extended: true

- name: Build
Expand Down Expand Up @@ -118,7 +118,7 @@ Set `extended: true` to use a Hugo extended version.
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: '0.68.3'
hugo-version: '0.71.0'
extended: true
```

Expand Down Expand Up @@ -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.

```sh
HUGO_VERSION=0.68.3
HUGO_VERSION=0.71.0
```

Next, add a step to read a Hugo version from the `.env` file.
Expand Down

0 comments on commit cb3ccf6

Please sign in to comment.