From bd7160b6a21df6f8502f7db1ad675ca12fcae77f Mon Sep 17 00:00:00 2001 From: nerdyscout Date: Fri, 6 Nov 2020 17:46:13 +0000 Subject: [PATCH] fix indentation and proper upload-artefacts version --- docs/README.in | 41 ++++++++++++++++++++--------------------- 1 file changed, 20 insertions(+), 21 deletions(-) diff --git a/docs/README.in b/docs/README.in index edf5972f..1870255b 100644 --- a/docs/README.in +++ b/docs/README.in @@ -635,29 +635,28 @@ on: - '**.sch' - '**.kicad_pcb' - jobs: - example: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - uses: INTI-CMNB/KiBot@v0.7.0 - with: - # Required - kibot config file - config: config.kibot.yaml - # optional - prefix to output defined in config - dir: output - # optional - schematic file - schema: '*.sch' - # optional - PCB design file - board: '*.kicad_pcb' - - name: upload results - uses: actions/upload-artifact@v2.0 - with: - name: output - path: output +jobs: + example: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + - uses: INTI-CMNB/KiBot@v0.7.0 + with: + # Required - kibot config file + config: config.kibot.yaml + # optional - prefix to output defined in config + dir: output + # optional - schematic file + schema: '*.sch' + # optional - PCB design file + board: '*.kicad_pcb' + - name: upload results + uses: actions/upload-artifact@v2 + with: + name: output + path: output ``` - ## Credits - **KiBot project**: Salvador E. Tropea (@set-soft)