Skip to content

Commit b5877bb

Browse files
authored
Update deploy-production.yml
1 parent 3cb5408 commit b5877bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy-production.yml

+1
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ jobs:
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/ \;

0 commit comments

Comments
 (0)