Skip to content

Commit

Permalink
docs: Bump hugo from 0.79.1 to 0.81.0
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris committed Mar 8, 2021
1 parent e53f8d6 commit fbae6cf
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 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.79.1'
hugo-version: '0.81.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.79.1'
hugo-version: '0.81.0'
extended: true
```

Expand Down Expand Up @@ -171,7 +171,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.79.1
HUGO_VERSION=0.81.0
```

Next, add a step to read a Hugo version from the `.env` file.
Expand Down Expand Up @@ -250,7 +250,7 @@ jobs:
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: '0.79.1'
hugo-version: '0.81.0'
extended: true
- name: Setup Node
Expand Down Expand Up @@ -303,7 +303,7 @@ jobs:
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: '0.79.1'
hugo-version: '0.81.0'
extended: true
- name: Setup Ruby
Expand Down Expand Up @@ -354,7 +354,7 @@ jobs:
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: '0.79.1'
hugo-version: '0.81.0'
```

<div align="right">
Expand Down

0 comments on commit fbae6cf

Please sign in to comment.