We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5877bb commit 3fb90beCopy full SHA for 3fb90be
.github/workflows/deploy-staging.yml
@@ -66,6 +66,7 @@ jobs:
66
- name: Copy Static Files
67
run: |
68
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/ \;
70
find ./content/hardware -type f -name "*-full-pinout.pdf" -exec cp {} ./static/resources/pinouts/ \;
71
find ./content/hardware -type f -name "*-pinout.png" -exec cp {} ./static/resources/pinouts/ \;
72
find ./content/hardware -type f -name "*-step.zip" -exec cp {} ./static/resources/models/ \;
0 commit comments