From 1830d32257d5e9b76b5ae1703e3eee3d0e06567c Mon Sep 17 00:00:00 2001 From: joaoclaudioeb Date: Thu, 5 Sep 2024 17:56:26 -0300 Subject: [PATCH] fix: correct minor errors in the KiBot workflow --- .github/workflows/kibot.yml | 24 ++++++++++++------------ README.md | 6 ++++-- 2 files changed, 16 insertions(+), 14 deletions(-) diff --git a/.github/workflows/kibot.yml b/.github/workflows/kibot.yml index 02e941b..26f8756 100644 --- a/.github/workflows/kibot.yml +++ b/.github/workflows/kibot.yml @@ -67,9 +67,9 @@ jobs: name: ${{github.event.repository.name}}_docs if-no-files-found: error path: | - outputs/docs/** - !outputs/**/*.ogv - !outputs/**/*.log + sources/docs/** + !sources/**/*.ogv + !sources/**/*.log # fabrications gerbers: runs-on: ubuntu-latest @@ -88,9 +88,9 @@ jobs: name: ${{github.event.repository.name}}_gerbers if-no-files-found: error path: | - outputs/gerbers/** - !outputs/**/*.ogv - !outputs/**/*.log + sources/gerbers/** + !sources/**/*.ogv + !sources/**/*.log # cad cad: runs-on: ubuntu-latest @@ -109,9 +109,9 @@ jobs: name: ${{github.event.repository.name}}_cad if-no-files-found: error path: | - outputs/cad/** - !outputs/**/*.ogv - !outputs/**/*.log + sources/cad/** + !sources/**/*.ogv + !sources/**/*.log # images # render: # runs-on: ubuntu-latest @@ -130,6 +130,6 @@ jobs: # name: ${{github.event.repository.name}}_img # if-no-files-found: error # path: | -# outputs/img/** -# !outputs/**/*.ogv -# !outputs/**/*.log +# sources/img/** +# !sources/**/*.ogv +# !sources/**/*.log diff --git a/README.md b/README.md index 16e4618..1ebafe2 100644 --- a/README.md +++ b/README.md @@ -39,12 +39,14 @@ ## Overview The PCB of **REĀ²PS** [[1]](#1) was designed to be more reliable than previous EPS models developed by SpaceLab. To achieve this, ECSS standards for PCB development in space environments were tailored for the project [[2]](#2). Some flexibility was applied in selecting new connectors for interfacing with other modules, but whenever possible, previously used connectors, such as Pico-Locks and PicoBlades, were chosen. +

- +