From 3ceceb921fda4031a144decf3783a53ae834b6a3 Mon Sep 17 00:00:00 2001 From: peaceiris <30958501+peaceiris@users.noreply.github.com> Date: Sun, 29 Sep 2019 18:03:31 +0900 Subject: [PATCH] docs: Add new section (Use the latest and specific release) --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index cac76cb..7fe5201 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,7 @@ The above example step will deploy `./public` directory to `gh-pages` branch. - [⭐️ Suppressing empty commits](#%EF%B8%8F-suppressing-empty-commits) - [⭐️ Keeping existing files](#%EF%B8%8F-keeping-existing-files) - [Tips and FAQ](#tips-and-faq) + - [⭐️ Use the latest and specific release](#%EF%B8%8F-use-the-latest-and-specific-release) - [⭐️ How to add `CNAME`](#%EF%B8%8F-how-to-add-cname) - [⭐️ Deployment completed but you cannot read](#%EF%B8%8F-deployment-completed-but-you-cannot-read) - [Examples](#examples) @@ -249,6 +250,13 @@ For example: ## Tips and FAQ +### ⭐️ Use the latest and specific release + +We recommend you to use the latest and specific release of this action for stable CI/CD. +It is useful to watch this repository (release only) to check the [latest release] of this action. + +[latest release]: https://github.com/peaceiris/actions-gh-pages/releases + ### ⭐️ How to add `CNAME` Most of the Static Site Generators support `CNAME` as a static file.