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 6e21b70

Browse files
committedJun 13, 2024·
rebase with new actions
1 parent d353f61 commit 6e21b70

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.github/workflows/deploy-production.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
- name: Copy Static Files
4040
run: |
41-
mkdir -p static/resources/datasheets static/resources/schematics static/resources/pinouts
41+
mkdir -p static/resources/datasheets static/resources/schematics static/resources/pinouts static/resources/models
4242
find ./content/hardware -type f -name "*-schematics.pdf" -exec cp {} ./static/resources/schematics/ \;
4343
find ./content/hardware -type f -name "*-datasheet.pdf" -exec cp {} ./static/resources/datasheets/ \;
4444
find ./content/hardware -type f -name "*-full-pinout.pdf" -exec cp {} ./static/resources/pinouts/ \;

‎.github/workflows/deploy-staging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
- name: Copy Static Files
4040
run: |
41-
mkdir -p static/resources/datasheets static/resources/schematics static/resources/pinouts
41+
mkdir -p static/resources/datasheets static/resources/schematics static/resources/pinouts static/resources/models
4242
find ./content/hardware -type f -name "*-schematics.pdf" -exec cp {} ./static/resources/schematics/ \;
4343
find ./content/hardware -type f -name "*-datasheet.pdf" -exec cp {} ./static/resources/datasheets/ \;
4444
find ./content/hardware -type f -name "*-full-pinout.pdf" -exec cp {} ./static/resources/pinouts/ \;

0 commit comments

Comments
 (0)
Please sign in to comment.