File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change 6666 - name : Copy Static Files
6767 run : |
6868 mkdir -p static/resources/schematics static/resources/pinouts static/resources/models
69+ find ./content/hardware -type f -name "*-schematics.pdf" -exec cp {} ./static/resources/schematics/ \;
6970 find ./content/hardware -type f -name "*-full-pinout.pdf" -exec cp {} ./static/resources/pinouts/ \;
7071 find ./content/hardware -type f -name "*-pinout.png" -exec cp {} ./static/resources/pinouts/ \;
7172 find ./content/hardware -type f -name "*-step.zip" -exec cp {} ./static/resources/models/ \;
Original file line number Diff line number Diff line change 6666 - name : Copy Static Files
6767 run : |
6868 mkdir -p static/resources/schematics static/resources/pinouts static/resources/models
69+ find ./content/hardware -type f -name "*-schematics.pdf" -exec cp {} ./static/resources/schematics/ \;
6970 find ./content/hardware -type f -name "*-full-pinout.pdf" -exec cp {} ./static/resources/pinouts/ \;
7071 find ./content/hardware -type f -name "*-pinout.png" -exec cp {} ./static/resources/pinouts/ \;
7172 find ./content/hardware -type f -name "*-step.zip" -exec cp {} ./static/resources/models/ \;
You can’t perform that action at this time.
0 commit comments