1
mirror of https://github.com/jakejarvis/hugo-docker.git synced 2025-07-03 13:16:38 -04:00

Syntax highlighting in readme example

This commit is contained in:
2019-09-12 12:37:04 -04:00
parent 6ef070df93
commit 3021f56eab

View File

@ -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. 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: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest