Skip to content

docs: add 3d model for connector #3

docs: add 3d model for connector

docs: add 3d model for connector #3

Workflow file for this run

name: CI
on:
push:
branches:
- main
paths:
- "pcb/*.kicad_*"
- "kibot.yml"
- ".github/workflows/ci.yml"
jobs:
check:
name: Check
uses: Qeteshpony/reusable-workflows/.github/workflows/kibot-check.yml@main
with:
config-file: kibot.yml
board-file: pcb/AudioSwitch.kicad_pcb
docs:
name: Docs
needs: check
uses: Qeteshpony/reusable-workflows/.github/workflows/kibot-docs.yml@main
with:
config-file: kibot.yml
board-file: pcb/AudioSwitch.kicad_pcb