Skip to content

Commit

Permalink
fix: correct minor errors in the KiBot workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
joaoclaudioeb committed Sep 5, 2024
1 parent b6b3eb7 commit 1830d32
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 14 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/kibot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<!--
<p align="center">
<img src="https://github.com/spacelab-ufsc/eps-re-hardware/blob/main/outputs/eps-re_2D_top.svg"><img src="https://github.com/spacelab-ufsc/eps-re-hardware/blob/main/outputs/eps-re_2D_bottom.svg">
<img src="https://github.com/spacelab-ufsc/eps-re-hardware/blob/main/outputs/eps-re_2D_top.svg" width="400"><img src="https://github.com/spacelab-ufsc/eps-re-hardware/blob/main/outputs/eps-re_2D_bottom.svg" width="400">
</p>
-->

<p align="center">
<img src="https://github.com/spacelab-ufsc/eps-re-hardware/blob/main/outputs/eps-re_3D_top.png"><img src="https://github.com/spacelab-ufsc/eps-re-hardware/blob/main/outputs/eps-re_3D_bottom.png">
<img src="https://github.com/spacelab-ufsc/eps-re-hardware/blob/main/outputs/eps-re_3D_top.png" width="400"><img src="https://github.com/spacelab-ufsc/eps-re-hardware/blob/main/outputs/eps-re_3D_bottom.png" width="400">
</p>

<p align="center">
Expand Down

0 comments on commit 1830d32

Please sign in to comment.