1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-02-03 13:11:48 +02:00

docs: task

Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
This commit is contained in:
Carlos A Becker 2021-10-10 11:24:55 -03:00
parent 7f9bd343b1
commit 0aae8d7815
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -89,6 +89,7 @@ tasks:
docs:build:
desc: Build docs
cmds:
- task: docs:generate
- docker run --rm -v ${PWD}/www:/docs docker.io/squidfunk/mkdocs-material build
docs:vercel:build: