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:
parent
272fd3cd99
commit
181258db55
3
Makefile
3
Makefile
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user