Skip to content

hotfix: sbom groups list endpoint - groups param should be query para… #141

hotfix: sbom groups list endpoint - groups param should be query para…

hotfix: sbom groups list endpoint - groups param should be query para… #141

Workflow file for this run

name: docs
on:
push:
branches:
- "main"
workflow_dispatch:
concurrency: docs
jobs:
build:
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v4
- run: |
cd docs/book
npm ci
make all