Add doc generation workflow
All checks were successful
docs-generation / docs-generation (pull_request) Successful in 20s

This commit is contained in:
2024-10-20 15:48:02 +02:00
parent 7961323b1b
commit 1ad511c7fb
2 changed files with 72 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
name: docs-generation
on:
pull_request:
# paths:
# - '**.sch'
# - '**.kicad_pcb'
jobs:
docs-generation:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: INTI-CMNB/KiBot@v1.8.1
with:
config: config.kibot.yaml
schema: 'HyperLink.kicad_sch'
board: 'HyperLink.kicad_pcb'
- name: upload results
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: 'Update Docs'