From 89d2e2c7e8c62e5c50d0deadcd5f163b80dae639 Mon Sep 17 00:00:00 2001 From: peaceiris <30958501+peaceiris@users.noreply.github.com> Date: Sat, 18 Jul 2020 03:20:18 +0900 Subject: [PATCH] docs: bump hugo from 0.74.1 to 0.74.2 --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 4376e02..bdda1e1 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ jobs: - name: Setup Hugo uses: peaceiris/actions-hugo@v2 with: - hugo-version: '0.74.1' + hugo-version: '0.74.2' # 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.74.1' + hugo-version: '0.74.2' 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.74.1 +HUGO_VERSION=0.74.2 ``` Next, add a step to read a Hugo version from the `.env` file. @@ -224,7 +224,7 @@ jobs: - name: Setup Hugo uses: peaceiris/actions-hugo@v2 with: - hugo-version: '0.74.1' + hugo-version: '0.74.2' extended: true - name: Setup Node @@ -273,7 +273,7 @@ jobs: - name: Setup Hugo uses: peaceiris/actions-hugo@v2 with: - hugo-version: '0.74.1' + hugo-version: '0.74.2' extended: true - name: Setup Ruby