Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lowply authored Feb 24, 2019
1 parent e2ead32 commit 3c37946
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -15,4 +17,4 @@ action "Build Hugo" {
uses = "lowply/action-hugo@master"
runs = "hugo"
}
```
```

0 comments on commit 3c37946

Please sign in to comment.