File tree 2 files changed +2
-2
lines changed 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 38
38
39
39
- name : Copy Static Files
40
40
run : |
41
- mkdir -p static/resources/datasheets static/resources/schematics static/resources/pinouts
41
+ mkdir -p static/resources/datasheets static/resources/schematics static/resources/pinouts static/resources/models
42
42
find ./content/hardware -type f -name "*-schematics.pdf" -exec cp {} ./static/resources/schematics/ \;
43
43
find ./content/hardware -type f -name "*-datasheet.pdf" -exec cp {} ./static/resources/datasheets/ \;
44
44
find ./content/hardware -type f -name "*-full-pinout.pdf" -exec cp {} ./static/resources/pinouts/ \;
Original file line number Diff line number Diff line change 38
38
39
39
- name : Copy Static Files
40
40
run : |
41
- mkdir -p static/resources/datasheets static/resources/schematics static/resources/pinouts
41
+ mkdir -p static/resources/datasheets static/resources/schematics static/resources/pinouts static/resources/models
42
42
find ./content/hardware -type f -name "*-schematics.pdf" -exec cp {} ./static/resources/schematics/ \;
43
43
find ./content/hardware -type f -name "*-datasheet.pdf" -exec cp {} ./static/resources/datasheets/ \;
44
44
find ./content/hardware -type f -name "*-full-pinout.pdf" -exec cp {} ./static/resources/pinouts/ \;
You can’t perform that action at this time.
0 commit comments