From 3bb910b746ff6dcc32798e5b9280493a88df1ab1 Mon Sep 17 00:00:00 2001 From: peaceiris <30958501+peaceiris@users.noreply.github.com> Date: Mon, 27 May 2019 06:22:45 +0900 Subject: [PATCH] add: badges to check the latest version of actions --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3f10268..8451dec 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,9 @@ An example with [GitHub Actions for deploying to GitHub Pages with Static Site G [GitHub Actions for deploying to GitHub Pages with Static Site Generators]: https://github.com/peaceiris/actions-gh-pages +![peaceiris/actions-hugo latest version](https://img.shields.io/github/release/peaceiris/actions-hugo.svg?label=peaceiris%2Factions-hugo) +![peaceiris/actions-gh-pages latest version](https://img.shields.io/github/release/peaceiris/actions-gh-pages.svg?label=peaceiris%2Factions-gh-pages) + ```hcl workflow "GitHub Pages" { on = "push" @@ -39,7 +42,7 @@ action "build" { action "deploy" { needs = "build" - uses = "peaceiris/actions-gh-pages@v1.0.0" + uses = "peaceiris/actions-gh-pages@v1.0.1" env = { PUBLISH_DIR = "./public" PUBLISH_BRANCH = "gh-pages"