Browse Source

gh docs build

Thomas Buck 2 months ago
parent
commit
e3e5ac91de
2 changed files with 5 additions and 2 deletions
  1. 3
    0
      README.md
  2. 2
    2
      docs/generate_docs.sh

+ 3
- 0
README.md View File

1
 # LARS - Looping Automated Rhythm Station
1
 # LARS - Looping Automated Rhythm Station
2
 
2
 
3
+![PCB](https://github.com/xythobuz/lars/actions/workflows/kicad.yml/badge.svg)
4
+![Docs](https://github.com/xythobuz/lars/actions/workflows/docs.yml/badge.svg)
5
+
3
 This is a simple drum machine / loopstation.
6
 This is a simple drum machine / loopstation.
4
 It's made for three hand-wound solenoids mounted to a tambourine.
7
 It's made for three hand-wound solenoids mounted to a tambourine.
5
 It is controlled by a Raspberry Pi Pico on a custom PCB.
8
 It is controlled by a Raspberry Pi Pico on a custom PCB.

+ 2
- 2
docs/generate_docs.sh View File

32
 cd "$(dirname "$0")"
32
 cd "$(dirname "$0")"
33
 
33
 
34
 #echo "Generating plots"
34
 #echo "Generating plots"
35
-#rm -rf src/plot
35
+rm -rf src/plot
36
 #../pcb/generate_plot.sh
36
 #../pcb/generate_plot.sh
37
-#cp -r ../pcb/plot src
37
+cp -r ../pcb/plot src
38
 #echo
38
 #echo
39
 
39
 
40
 for IN in $INSCH
40
 for IN in $INSCH

Loading…
Cancel
Save