Skip to content
This repository has been archived by the owner on Mar 16, 2024. It is now read-only.

Merge pull request #2308 from cjellick/update-run-help #2839

Merge pull request #2308 from cjellick/update-run-help

Merge pull request #2308 from cjellick/update-run-help #2839

name: Validate docs build
on:
push:
paths:
- docs/**
branches:
- main
pull_request:
paths:
- docs/**
branches:
- main
jobs:
validate-docs:
runs-on: buildjet-4vcpu-ubuntu-2204
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-go@v4
with:
cache: false
go-version: "1.21"
- run: make init-docs
- run: make validate-docs