2020-05-11 00:33:09 +02:00
|
|
|
name: docs
|
|
|
|
|
|
|
|
on:
|
|
|
|
push:
|
|
|
|
branches:
|
2021-11-12 22:23:32 +02:00
|
|
|
- 'main'
|
2020-05-11 00:33:09 +02:00
|
|
|
paths:
|
|
|
|
- 'www/*'
|
2021-10-30 14:27:05 +02:00
|
|
|
pull_request:
|
|
|
|
paths:
|
|
|
|
- 'www/*'
|
2020-05-11 00:33:09 +02:00
|
|
|
|
|
|
|
jobs:
|
|
|
|
htmltest:
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
2022-03-17 03:29:18 +02:00
|
|
|
- uses: actions/checkout@b0e28b5ac45a892f91e7d036f8200cf5ed489415 # v3
|
|
|
|
- uses: arduino/setup-task@accf38bba955639d21816bb68775e5c48c482182 # v1
|
2021-10-13 01:14:15 +02:00
|
|
|
with:
|
|
|
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
2022-03-17 13:47:57 +02:00
|
|
|
- uses: actions/setup-go@f6164bd8c8acb4a71fb2791a8b6c4024ff038dab # v2
|
2021-10-13 03:29:14 +02:00
|
|
|
with:
|
2022-03-17 04:28:13 +02:00
|
|
|
go-version: 1.18
|
2021-10-10 16:23:33 +02:00
|
|
|
- run: task docs:build
|
2022-03-17 03:29:18 +02:00
|
|
|
- uses: wjdp/htmltest-action@09118714cd26bef56bd3d0819e4f9b1dce6f60a9 # master
|
2021-06-16 21:01:19 +02:00
|
|
|
with:
|
|
|
|
path: www/site
|
|
|
|
config: www/htmltest.yml
|