Skip to content

Commit c2f08d7

Browse files
committed
fix actions
1 parent 1f0e7ea commit c2f08d7

File tree

5 files changed

+3
-2
lines changed

5 files changed

+3
-2
lines changed

.github/workflows/kicad_images.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ jobs:
2727
2828
- name: Generate Images
2929
run: |
30-
kicad-cli pcb render --output=images/pcbf.png --side=bottom tuxkeychain.kicad_pcb
30+
rm images/* || true
31+
kicad-cli pcb render --output=images/pcbf.png --side=top tuxkeychain.kicad_pcb
3132
kicad-cli pcb render --output=images/pcbb.png --side=bottom tuxkeychain.kicad_pcb
3233
kicad-cli sch export pdf --output=/tmp/schematic.pdf tuxkeychain.kicad_sch
3334

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ Schematic heavily based on the business card design by thirtythreeforty (https:/
2222
|PCB|Schematic|
2323
|---|---|
2424
|![PCB Front](images/pcbf.png)|![Schematic](images/schematic.png)|
25-
|![PCB Back](images/pcbb.png)|-|
25+
|![PCB Back](images/pcbb.png)||

images/pcbb.png

8.84 KB
Loading

images/pcbf.png

9.55 KB
Loading

images/schematic.png

332 KB
Loading

0 commit comments

Comments
 (0)