Skip to content

Commit

Permalink
Corrected BOM
Browse files Browse the repository at this point in the history
  • Loading branch information
AzonInc committed May 12, 2024
1 parent 3010854 commit 3ee86e3
Show file tree
Hide file tree
Showing 3 changed files with 4,234 additions and 464 deletions.
44 changes: 44 additions & 0 deletions .github/workflows/pcb_image.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
name: pcb_image
on:
push:
jobs:
render-image:
name: render-image
runs-on: ubuntu-latest
steps:
- name: Check out the repo
uses: actions/checkout@v4

- name: render pcb image
uses: linalinn/kicad-render@main
with:
pcb_file: pcb/doorman.kicad_pcb
output_path: ${{ github.workspace }}/images

- name: Setup Pages
if: github.ref == 'refs/heads/master'
uses: actions/configure-pages@v3

- name: Upload Artifact
if: github.ref == 'refs/heads/master'
uses: actions/upload-pages-artifact@v1
with:
path: "images"

deploy-pages:
if: github.ref == 'refs/heads/master'
runs-on: ubuntu-latest
needs: render-image

permissions:
pages: write
id-token: write

environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}

steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
4 changes: 2 additions & 2 deletions pcb/doorman.kicad_pro
Original file line number Diff line number Diff line change
Expand Up @@ -626,7 +626,7 @@
"group_by": false,
"label": "Beschreibung",
"name": "Description",
"show": false
"show": true
},
{
"group_by": false,
Expand Down Expand Up @@ -735,7 +735,7 @@
"group_symbols": false,
"name": "",
"sort_asc": true,
"sort_field": "Reference"
"sort_field": "LCSC"
},
"connection_grid_size": 50.0,
"drawing": {
Expand Down
Loading

0 comments on commit 3ee86e3

Please sign in to comment.