Skip to content

fix: use predictable ids for product related entities and additionall… #48

fix: use predictable ids for product related entities and additionall…

fix: use predictable ids for product related entities and additionall… #48

Workflow file for this run

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