From e091c924f25bf7adb8a8662ace3b28429b1ae5c8 Mon Sep 17 00:00:00 2001 From: Frank Taillandier Date: Tue, 15 Sep 2020 11:22:38 +0200 Subject: [PATCH] docs: bump Hugo from 0.74.2 to 0.75.1 (#439) * docs: bump Hugo from 0.74.2 to 0.75.0 * docs: bump Hugo from 0.75.0 to 0.75.1 --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 2fdce43d..8407e737 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ jobs: - name: Setup Hugo uses: peaceiris/actions-hugo@v2 with: - hugo-version: '0.74.2' + hugo-version: '0.75.1' # extended: true - name: Build @@ -119,7 +119,7 @@ Set `extended: true` to use a Hugo extended version. - name: Setup Hugo uses: peaceiris/actions-hugo@v2 with: - hugo-version: '0.74.2' + hugo-version: '0.75.1' extended: true ``` @@ -151,7 +151,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.2 +HUGO_VERSION=0.75.1 ``` Next, add a step to read a Hugo version from the `.env` file. @@ -225,7 +225,7 @@ jobs: - name: Setup Hugo uses: peaceiris/actions-hugo@v2 with: - hugo-version: '0.74.2' + hugo-version: '0.75.1' extended: true - name: Setup Node @@ -274,7 +274,7 @@ jobs: - name: Setup Hugo uses: peaceiris/actions-hugo@v2 with: - hugo-version: '0.74.2' + hugo-version: '0.75.1' extended: true - name: Setup Ruby