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

ci: fix docs build workflow

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
This commit is contained in:
Carlos Alexandro Becker 2023-09-15 00:56:48 +00:00
parent 3633b71eea
commit 37851b4287
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -3,12 +3,14 @@ name: docs
on:
push:
branches:
- 'main'
- "main"
paths:
- 'www/*'
- "www/**/*"
- ".github/workflows/docs.yml"
pull_request:
paths:
- 'www/*'
- "www/**/*"
- ".github/workflows/docs.yml"
permissions:
contents: read