Skip to content

Commit

Permalink
docs: bump hugo from 0.74.1 to 0.74.2
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris committed Jul 17, 2020
1 parent 71327d4 commit 89d2e2c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 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.74.1'
hugo-version: '0.74.2'
# 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.74.1'
hugo-version: '0.74.2'
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.74.1
HUGO_VERSION=0.74.2
```

Next, add a step to read a Hugo version from the `.env` file.
Expand Down Expand Up @@ -224,7 +224,7 @@ jobs:
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: '0.74.1'
hugo-version: '0.74.2'
extended: true

- name: Setup Node
Expand Down Expand Up @@ -273,7 +273,7 @@ jobs:
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: '0.74.1'
hugo-version: '0.74.2'
extended: true

- name: Setup Ruby
Expand Down

0 comments on commit 89d2e2c

Please sign in to comment.