From bd31bd60a92b86fff139bba879e46a8415cfa87f Mon Sep 17 00:00:00 2001 From: Brendan Haines Date: Thu, 22 Feb 2024 22:11:47 -0700 Subject: [PATCH] remove some comments --- .github/workflows/kibot.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/kibot.yml b/.github/workflows/kibot.yml index 11fbefb..fb5b3cf 100644 --- a/.github/workflows/kibot.yml +++ b/.github/workflows/kibot.yml @@ -35,16 +35,9 @@ jobs: - uses: actions/checkout@v2 - uses: INTI-CMNB/KiBot@v2_k7 with: - # Required - kibot config file config: config.kibot.yaml - # optional - prefix to output defined in config dir: output - # # optional - schematic file - # schema: 'schematic.sch' - # # optional - PCB design file - # board: 'pcb.kicad_pcb' - - name: upload results - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v3 with: name: output path: output \ No newline at end of file