From d006b81d1845f59bb755a221aff0b61bbff15375 Mon Sep 17 00:00:00 2001 From: peaceiris <30958501+peaceiris@users.noreply.github.com> Date: Wed, 18 Dec 2019 07:04:13 +0900 Subject: [PATCH] docs: update hugo-version to v0.61.0 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0f7f0f3..ff45951 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ jobs: - name: Setup Hugo uses: peaceiris/actions-hugo@v2 with: - hugo-version: '0.59.1' + hugo-version: '0.61.0' # extended: true - name: Build @@ -108,7 +108,7 @@ Set `extended: true` to use a Hugo extended version. - name: Setup Hugo uses: peaceiris/actions-hugo@v2 with: - hugo-version: '0.59.1' + hugo-version: '0.61.0' extended: true ``` @@ -140,7 +140,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.59.1 +HUGO_VERSION=0.61.0 ``` Next, add a step to read a Hugo version from the `.env` file.