From cb3ccf6f428dc8320595af305c6531679b343eb1 Mon Sep 17 00:00:00 2001 From: peaceiris <30958501+peaceiris@users.noreply.github.com> Date: Sun, 24 May 2020 12:13:05 +0900 Subject: [PATCH] docs: bump hugo from 0.68.3 to 0.71.0 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a304f20..ad7cb0b 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ jobs: - name: Setup Hugo uses: peaceiris/actions-hugo@v2 with: - hugo-version: '0.68.3' + hugo-version: '0.71.0' # extended: true - name: Build @@ -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.68.3' + hugo-version: '0.71.0' extended: true ``` @@ -150,7 +150,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.68.3 +HUGO_VERSION=0.71.0 ``` Next, add a step to read a Hugo version from the `.env` file.