docs: bump versions

This commit is contained in:
peaceiris 2020-12-20 01:45:27 +09:00
parent 781fb448ba
commit b0fb91bc02
No known key found for this signature in database
GPG Key ID: 5868468A8EBA64EC
2 changed files with 6 additions and 7 deletions

View File

@ -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 --> <!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --> <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
- [Getting started](#getting-started) - [Getting started](#getting-started)
- [⭐️ Create your workflow](#%EF%B8%8F-create-your-workflow) - [⭐️ Create your workflow](#%EF%B8%8F-create-your-workflow)
- [Options](#options) - [Options](#options)
@ -89,7 +88,7 @@ jobs:
- name: Setup Hugo - name: Setup Hugo
uses: peaceiris/actions-hugo@v2 uses: peaceiris/actions-hugo@v2
with: with:
hugo-version: '0.75.1' hugo-version: '0.79.1'
# extended: true # extended: true
- name: Build - name: Build
@ -118,7 +117,7 @@ Set `extended: true` to use a Hugo extended version.
- name: Setup Hugo - name: Setup Hugo
uses: peaceiris/actions-hugo@v2 uses: peaceiris/actions-hugo@v2
with: with:
hugo-version: '0.75.1' hugo-version: '0.79.1'
extended: true extended: true
``` ```
@ -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. Write a `HUGO_VERSION` to the `.env` file like the following and push it to a remote branch.
```sh ```sh
HUGO_VERSION=0.75.1 HUGO_VERSION=0.79.1
``` ```
Next, add a step to read a Hugo version from the `.env` file. Next, add a step to read a Hugo version from the `.env` file.
@ -242,7 +241,7 @@ jobs:
- name: Setup Hugo - name: Setup Hugo
uses: peaceiris/actions-hugo@v2 uses: peaceiris/actions-hugo@v2
with: with:
hugo-version: '0.75.1' hugo-version: '0.79.1'
extended: true extended: true
- name: Setup Node - name: Setup Node
@ -291,7 +290,7 @@ jobs:
- name: Setup Hugo - name: Setup Hugo
uses: peaceiris/actions-hugo@v2 uses: peaceiris/actions-hugo@v2
with: with:
hugo-version: '0.75.1' hugo-version: '0.79.1'
extended: true extended: true
- name: Setup Ruby - name: Setup Ruby

View File

@ -32,7 +32,7 @@
"eslint" "eslint"
], ],
"README.md": [ "README.md": [
"npx doctoc@1.4.0 --github" "npx doctoc@2.0.0 --github"
] ]
}, },
"repository": { "repository": {