remove some comments
Some checks failed
kibot / example (push) Has been cancelled

This commit is contained in:
Brendan Haines 2024-02-22 22:11:47 -07:00
parent 0ff0b2e0d0
commit bd31bd60a9

View File

@ -35,16 +35,9 @@ jobs:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- uses: INTI-CMNB/KiBot@v2_k7 - uses: INTI-CMNB/KiBot@v2_k7
with: with:
# Required - kibot config file
config: config.kibot.yaml config: config.kibot.yaml
# optional - prefix to output defined in config
dir: output dir: output
# # optional - schematic file - uses: actions/upload-artifact@v3
# schema: 'schematic.sch'
# # optional - PCB design file
# board: 'pcb.kicad_pcb'
- name: upload results
uses: actions/upload-artifact@v3
with: with:
name: output name: output
path: output path: output