From 3c3794674f998c8208ab5c2b0ad7a7c26761b18a Mon Sep 17 00:00:00 2001 From: Sho Mizutani Date: Mon, 25 Feb 2019 01:14:40 +0900 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1e829c6..aa46557 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ -# A GitHub Action for Hugo +# Build Hugo + +A GitHub Action to build Hugo site. - Using [Hugo extended version 0.54](https://github.com/gohugoio/hugo/releases/tag/v0.54.0) - Using [debian:9-slim](https://hub.docker.com/_/debian/) for the base image @@ -15,4 +17,4 @@ action "Build Hugo" { uses = "lowply/action-hugo@master" runs = "hugo" } -``` \ No newline at end of file +```