1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-10-30 23:58:09 +02:00

docs: fix vercel deploy (#1595)

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
This commit is contained in:
Carlos Alexandro Becker
2020-06-08 17:08:40 -03:00
committed by GitHub
parent df73ead056
commit d96ea66cc2
2 changed files with 4 additions and 3 deletions

1
.gitignore vendored
View File

@@ -7,3 +7,4 @@ debug.test
snap.login
site/
www/docs/static/releases.json
.vercel

View File

@@ -60,10 +60,10 @@ serve:
.PHONY: serve
vercel:
./scripts/get-releases.sh
yum install -y jq
pip install mkdocs-material mkdocs-minify-plugin
cd www
mkdocs build
./scripts/get-releases.sh
(cd www && mkdocs build)
# Show to-do items per file.
todo: