From 3021f56eab06bbb5e61c59e14e935086727475e7 Mon Sep 17 00:00:00 2001 From: Jake Jarvis Date: Thu, 12 Sep 2019 12:37:04 -0400 Subject: [PATCH] Syntax highlighting in readme example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a057d8a..cbebe19 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Replace the `master` in `uses: jakejarvis/hugo-build-action@master` to specify t The `with: args:` portion holds any [optional flags](https://gohugo.io/commands/hugo/). You can remove those two lines for a vanilla build. -``` +```yaml jobs: build: runs-on: ubuntu-latest