Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3fb90be

Browse files
authoredOct 11, 2024··
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

Lines changed: 1 addition & 0 deletions
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)
Please sign in to comment.