1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2024-12-27 01:33:39 +02:00

build: fix docs build

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
This commit is contained in:
Carlos Alexandro Becker 2023-06-15 03:03:13 +00:00
parent dce5649319
commit 14c141abf3
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -124,6 +124,7 @@ tasks:
desc: Build docs
cmds:
- task: docs:generate
- "{{.DOCKER}} build -t mkdocs -f www/docker/Dockerfile www/docker"
- "{{.DOCKER}} run --rm -v ${PWD}/www:/docs docker.io/squidfunk/mkdocs-material build"
release: