Skip to content

Commit

Permalink
docs: update hugo-version to v0.61.0
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris committed Dec 17, 2019
1 parent 1fa5fb2 commit d006b81
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 @@ -78,7 +78,7 @@ jobs:
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: '0.59.1'
hugo-version: '0.61.0'
# extended: true

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

Expand Down Expand Up @@ -140,7 +140,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.59.1
HUGO_VERSION=0.61.0
```

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

0 comments on commit d006b81

Please sign in to comment.