Skip to content

Add github action to sync api docs to the user docs site #1

Add github action to sync api docs to the user docs site

Add github action to sync api docs to the user docs site #1

name: Test API Docs Generator
on:
workflow_dispatch:
push:
paths:
- 'tools/api-docs-generator/**'
- '.github/workflows/test-generator.yml'
jobs:
test:
name: synchronize-api-docs
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
#TODO: Remove before merge
ref: chore/docs-action
- uses: actions/setup-go@v5
with:
cache-dependency-path: |
tools/api-docs-generator/go.sum
- name: test
working-directory: ./tools/api-docs-generator
run: make test