Skip to content

chore - move docs to this repo #2

chore - move docs to this repo

chore - move docs to this repo #2

Workflow file for this run

name: Validate docs build
on:
push:
paths:
- docs/**
branches:
- main
pull_request:
paths:
- docs/**
branches:
- main
jobs:
validate-docs:
runs-on: ubuntu-latest
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