Skip to content

Commit 334464a

Browse files
committed
add step models to static files
1 parent c789384 commit 334464a

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/cloudflare.yml

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
find ./content/hardware -type f -name "*-datasheet.pdf" -exec cp {} ./static/resources/datasheets/ \;
3434
find ./content/hardware -type f -name "*-full-pinout.pdf" -exec cp {} ./static/resources/pinouts/ \;
3535
find ./content/hardware -type f -name "*-pinout.png" -exec cp {} ./static/resources/pinouts/ \;
36+
find ./content/hardware -type f -name "*-step.zip" -exec cp {} ./static/resources/models/ \;
3637
3738
- name: Gatsby main cache
3839
uses: actions/cache@v3

.github/workflows/deploy-prd.yml

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
find ./content/hardware -type f -name "*-datasheet.pdf" -exec cp {} ./static/resources/datasheets/ \;
3535
find ./content/hardware -type f -name "*-full-pinout.pdf" -exec cp {} ./static/resources/pinouts/ \;
3636
find ./content/hardware -type f -name "*-pinout.png" -exec cp {} ./static/resources/pinouts/ \;
37+
find ./content/hardware -type f -name "*-step.zip" -exec cp {} ./static/resources/models/ \;
3738
3839
- name: Gatsby main cache
3940
uses: actions/cache@v3

.github/workflows/deploy-stg.yml

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
find ./content/hardware -type f -name "*-datasheet.pdf" -exec cp {} ./static/resources/datasheets/ \;
3535
find ./content/hardware -type f -name "*-full-pinout.pdf" -exec cp {} ./static/resources/pinouts/ \;
3636
find ./content/hardware -type f -name "*-pinout.png" -exec cp {} ./static/resources/pinouts/ \;
37+
find ./content/hardware -type f -name "*-step.zip" -exec cp {} ./static/resources/models/ \;
3738
3839
- name: Gatsby main cache
3940
uses: actions/cache@v3

0 commit comments

Comments
 (0)