1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-17 20:47:50 +02:00

docs: syntax highlight

This commit is contained in:
Carlos Alexandro Becker 2018-02-17 18:16:02 -02:00
parent 272fd3cd99
commit 181258db55
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -9,7 +9,7 @@ setup:
go get -u github.com/golang/dep/cmd/dep
go get -u github.com/pierrre/gotestcover
go get -u golang.org/x/tools/cmd/cover
go get -u github.com/apex/static/cmd/static-docs
go get -u github.com/caarlos0/static/cmd/static-docs
go get -u github.com/caarlos0/bandep
dep ensure
gometalinter --install
@ -60,6 +60,7 @@ static:
@git clone https://github.com/goreleaser/goreleaser.github.io.git dist/goreleaser.github.io
@rm -rf dist/goreleaser.github.io/theme
@static-docs \
--syntax dracula \
--in docs \
--out dist/goreleaser.github.io \
--title GoReleaser \