Skip to content

Commit

Permalink
docs: bump hugo to 0.68.3
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris committed Apr 10, 2020
1 parent cb7cd1e commit 949a480
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 @@ -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
Expand Down Expand Up @@ -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
```

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

0 comments on commit 949a480

Please sign in to comment.