1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-10 03:47:03 +02:00
goreleaser/.github/workflows/docs.yml
Tom Payne 87151f8575
chore(ci): remove stale trigger paths (#2836)
.github/workflows/htmltest.yml no longer exists, and the www/* path
catches changes to www/htmltest.yml.
2022-01-17 08:45:30 -03:00

29 lines
534 B
YAML

name: docs
on:
push:
branches:
- 'main'
paths:
- 'www/*'
pull_request:
paths:
- 'www/*'
jobs:
htmltest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- 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:
path: www/site
config: www/htmltest.yml