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 +```