From fbae6cf1c897ef7ec3e69991eee81e57e57e4898 Mon Sep 17 00:00:00 2001 From: peaceiris <30958501+peaceiris@users.noreply.github.com> Date: Mon, 8 Mar 2021 15:57:56 +0900 Subject: [PATCH] docs: Bump hugo from 0.79.1 to 0.81.0 --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index b15e79a..552c7a7 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ jobs: - name: Setup Hugo uses: peaceiris/actions-hugo@v2 with: - hugo-version: '0.79.1' + hugo-version: '0.81.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.79.1' + hugo-version: '0.81.0' extended: true ``` @@ -171,7 +171,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.79.1 +HUGO_VERSION=0.81.0 ``` Next, add a step to read a Hugo version from the `.env` file. @@ -250,7 +250,7 @@ jobs: - name: Setup Hugo uses: peaceiris/actions-hugo@v2 with: - hugo-version: '0.79.1' + hugo-version: '0.81.0' extended: true - name: Setup Node @@ -303,7 +303,7 @@ jobs: - name: Setup Hugo uses: peaceiris/actions-hugo@v2 with: - hugo-version: '0.79.1' + hugo-version: '0.81.0' extended: true - name: Setup Ruby @@ -354,7 +354,7 @@ jobs: - name: Setup Hugo uses: peaceiris/actions-hugo@v2 with: - hugo-version: '0.79.1' + hugo-version: '0.81.0' ```