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

ci: dont actually need this

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
This commit is contained in:
Carlos Alexandro Becker 2020-05-10 17:01:48 -03:00
parent f7258b7f1f
commit 850af0d482
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -1,11 +0,0 @@
{
"name": "goreleaser-docs",
"version": "1.0.0",
"description": "goreleaser documentation",
"author": "goreleaser",
"license": "MIT",
"scripts": {
"start": "docker run --rm -it -p 8000:8000 -v `pwd`:/docs squidfunk/mkdocs-material",
"build": "rm -rf site && docker run --rm -it -v `pwd`:/docs squidfunk/mkdocs-material build"
}
}