Skip to content

Commit 925ba8b

Browse files
authored
2.0.18 (#2069)
* 2.0.18-alpha.1 * Essential title * 2.0.18-alpha.2 * 2.0.18-alpha.3 * 2.0.18-alpha.4 * 2.0.18-alpha.5 * remove git log * 2.0.18
1 parent 702a064 commit 925ba8b

File tree

4 files changed

+39
-6
lines changed

4 files changed

+39
-6
lines changed

.github/workflows/deploy-staging.yml

-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ jobs:
2626
- uses: actions/checkout@v4
2727
with:
2828
fetch-depth: 0
29-
- run: git log -1 --pretty=format:%aI content/learn/04.electronics/05.servo-motors/servo-motors.md
3029
- uses: actions/setup-node@v4
3130
with:
3231
node-version: 18

content/_dev-test/product.md

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
title: Test
3+
url_shop: /test/
4+
url_guide: /test/
5+
primary_button_url: /test/
6+
primary_button_title: Test
7+
secondary_button_url: /test/
8+
secondary_button_title: Test
9+
core: ""
10+
certifications: []
11+
sku: []
12+
essentials_title: "test"
13+
---

package-lock.json

+25-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"homepage": "https://github.com/arduino/docs-content#readme",
2020
"dependencies": {
21-
"@arduino/docs-arduino-cc": "^2.0.17",
21+
"@arduino/docs-arduino-cc": "^2.0.18",
2222
"gatsby": "^5.11.0",
2323
"gatsby-background-image": "^1.6.0",
2424
"gatsby-image": "^3.11.0",

0 commit comments

Comments
 (0)