1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-04-27 12:32:26 +02:00

chore(ci): fix docs action

Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
This commit is contained in:
Carlos A Becker 2021-10-12 22:29:14 -03:00
parent d097f474ac
commit 0ccc79f099
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

@ -17,6 +17,9 @@ jobs:
- uses: arduino/setup-task@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/setup-go@v2
with:
go-version: 1.17
- run: task docs:build
- uses: wjdp/htmltest-action@master
with: