Skip to content

Commit 877861b

Browse files
authored
2.0.9 (#1864)
* 2.0.9-alpha-1 * Remove LR * remove cloudflare action * 2.0.9 * 2.0.10
1 parent b786da6 commit 877861b

File tree

17 files changed

+118
-53
lines changed

17 files changed

+118
-53
lines changed

.github/workflows/deploy-prd.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
find ./content/hardware -type f -name "*-datasheet.pdf" -exec cp {} ./static/resources/datasheets/ \;
3939
find ./content/hardware -type f -name "*-full-pinout.pdf" -exec cp {} ./static/resources/pinouts/ \;
4040
find ./content/hardware -type f -name "*-pinout.png" -exec cp {} ./static/resources/pinouts/ \;
41+
find ./content/hardware -type f -name "*-step.zip" -exec cp {} ./static/resources/models/ \;
4142
4243
- name: Gatsby main cache
4344
uses: actions/cache@v4

.github/workflows/deploy-stg.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
find ./content/hardware -type f -name "*-datasheet.pdf" -exec cp {} ./static/resources/datasheets/ \;
3939
find ./content/hardware -type f -name "*-full-pinout.pdf" -exec cp {} ./static/resources/pinouts/ \;
4040
find ./content/hardware -type f -name "*-pinout.png" -exec cp {} ./static/resources/pinouts/ \;
41+
find ./content/hardware -type f -name "*-step.zip" -exec cp {} ./static/resources/models/ \;
4142
4243
- name: Gatsby main cache
4344
uses: actions/cache@v4

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,7 @@ node_modules
77
public
88
src
99
.DS_Store
10-
.vscode/settings.json
10+
.vscode/settings.json
11+
content/en
12+
content/de
13+
content/pt

content/_dev-test/content.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
id: ""
3+
title: ""
4+
categories: ""
5+
subCategories: ""
6+
leaf: false
7+
mainDescription: ""
8+
mainTitle: ""
9+
---

content/language-reference/01.functions/01.digital-io/digitalread/function.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

content/language-reference/01.functions/01.digital-io/digitalwrite/function.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

content/language-reference/01.functions/02.math/abs/function.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

content/language-reference/01.functions/02.math/constrain/function.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

content/language-reference/01.functions/category.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

content/language-reference/02.variables/01.constants/constants/variable.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)