Add doc generation workflow (#1)

Co-authored-by: an.tsouchlos <an.tsouchlos@users.noreply.github.com>
Reviewed-on: https://git.mercurial-manifold.eu/an.tsouchlos/commonsense-hw/pulls/1
Co-authored-by: Andreas Tsouchlos <an.tsouchlos@gmail.com>
Co-committed-by: Andreas Tsouchlos <an.tsouchlos@gmail.com>
This commit was merged in pull request #1.
This commit is contained in:
2024-10-20 13:31:11 +00:00
committed by an.tsouchlos
parent a67b8fe123
commit e84799ca64
11 changed files with 66171 additions and 4 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: 'CommonSense.kicad_sch'
board: 'CommonSense.kicad_pcb'
- name: upload results
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: 'Update Docs'