From bcfd41e8b40eb8cfc1a25df71d1bce46b678da47 Mon Sep 17 00:00:00 2001 From: peaceiris <30958501+peaceiris@users.noreply.github.com> Date: Fri, 22 Nov 2019 12:15:00 +0900 Subject: [PATCH] docs: update --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6cdbe0d9..9790fa6b 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ From `v2.0.0`, this Hugo action migrated to a JavaScript (TypeScript) action. W - [⭐️ Use Hugo extended](#%EF%B8%8F-use-hugo-extended) - [⭐️ Use the latest version of Hugo](#%EF%B8%8F-use-the-latest-version-of-hugo) - [Tips](#tips) - - [Read Hugo version from file](#read-hugo-version-from-file) + - [⭐️ Read Hugo version from file](#%EF%B8%8F-read-hugo-version-from-file) - [License](#license) - [About the author](#about-the-author) @@ -125,7 +125,7 @@ This action fetches the latest version of Hugo by [hugo | Homebrew Formulae](htt ## Tips -### Read Hugo version from file +### ⭐️ Read Hugo version from file How to sync a Hugo version between Docker Compose YAML file and a GitHub Actions workflow using `.env` file.