You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+6-3
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ Also this is using kicad nightly since there is yet no kicad relase containing t
15
15
16
16
2. Add an new yaml in that dirctory e.g. pcb_image.yaml
17
17
18
-
3. Adding the configuration (you may need to replace `'refs/heads/main'` with `'refs/heads/master'` on older repos)
18
+
3. Adding the configuration. Set the path to your .kicad_pcb file (you may need to replace `'refs/heads/main'` with `'refs/heads/master'` on older repos)
19
19
```yaml
20
20
name: pcb_image
21
21
on:
@@ -31,7 +31,7 @@ Also this is using kicad nightly since there is yet no kicad relase containing t
31
31
- name: render pcb image
32
32
uses: linalinn/kicad-render@main
33
33
with:
34
-
pcb_file: m2sdr.kicad_pcb
34
+
pcb_file: <path from repo root to .kicad_pcb>
35
35
output_path: ${{ github.workspace }}/images
36
36
37
37
- name: Setup Pages
@@ -80,6 +80,9 @@ Also this is using kicad nightly since there is yet no kicad relase containing t
80
80
81
81
5. git commit and push
82
82
83
+
### Example
84
+
You can find a example [here in the m2sdr](https://github.com/HackModsOrg/m2sdr) and the workflow for it [here](https://github.com/HackModsOrg/m2sdr/blob/master/.github/workflows/images.yaml)
85
+
83
86
## Animation original code
84
87
The [code](https://gist.github.com/arturo182/57ab066e6a4a36ee22979063e4d5cce1) for the Animation is from [arturo182](https://github.com/arturo182)
85
-
[Mastdon post with Gif and link to gist](https://mastodon.social/@arturo182/112062074668232493)
88
+
[Mastdon post with Gif and link to gist](https://mastodon.social/@arturo182/112062074668232493)
0 commit comments