Skip to content

Commit

Permalink
docs: bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris committed Dec 19, 2020
1 parent 781fb44 commit b0fb91b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ Thanks to this change, we can complete this action in less than a few seconds.
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->


- [Getting started](#getting-started)
- [⭐️ Create your workflow](#%EF%B8%8F-create-your-workflow)
- [Options](#options)
Expand Down Expand Up @@ -89,7 +88,7 @@ jobs:
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: '0.75.1'
hugo-version: '0.79.1'
# extended: true

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

Expand Down Expand Up @@ -167,7 +166,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.75.1
HUGO_VERSION=0.79.1
```

Next, add a step to read a Hugo version from the `.env` file.
Expand Down Expand Up @@ -242,7 +241,7 @@ jobs:
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: '0.75.1'
hugo-version: '0.79.1'
extended: true
- name: Setup Node
Expand Down Expand Up @@ -291,7 +290,7 @@ jobs:
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: '0.75.1'
hugo-version: '0.79.1'
extended: true
- name: Setup Ruby
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"eslint"
],
"README.md": [
"npx doctoc@1.4.0 --github"
"npx doctoc@2.0.0 --github"
]
},
"repository": {
Expand Down

0 comments on commit b0fb91b

Please sign in to comment.