Skip to content

Commit

Permalink
Create main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
igonzalezb committed Apr 22, 2024
1 parent 122cbb7 commit b3205d4
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
- name: InteractiveHTMLBom Generator
# You may pin to the exact commit or the version.
# uses: chuckwagoncomputing/ibom-action@d2821039abba0fbe3fad29e795d28cea27465b24
uses: chuckwagoncomputing/[email protected]
with:
# Location of .kicad_pcb file
# You can use globs to match multiple files, for example:
./*.kicad_pcb
files:
# Paths to exclude, for example:
./hardware/rusefi-lib/*

exclude: # optional

- name: kicad render pcb
# You may pin to the exact commit or the version.
# uses: linalinn/kicad-render@3b87273530d37077ca55367774980ebea5be7697
uses: linalinn/[email protected]
with:
# Path to your .kicad_pcb
pcb_file:
./*.kicad_pcb
# path to where top.png and bottom.png should be created
output_path:
./images
# Image background. Options: transparent, opaque. Default: transparent for PNG, opaque for JPEG
background: # optional, default is transparent
# If an animation of the PCB rotating should be rendered (mp4 or gif) (background dose not apply)
animation: # optional

0 comments on commit b3205d4

Please sign in to comment.