Skip to content

Commit 3fb90be

Browse files
authored
Update deploy-staging.yml
1 parent b5877bb commit 3fb90be

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy-staging.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)