Skip to content

Commit e0dee7f

Browse files
committed
2.1.8-alpha.1
1 parent 5e7466c commit e0dee7f

File tree

5 files changed

+6
-12
lines changed

5 files changed

+6
-12
lines changed

.github/workflows/deploy-production.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,9 +117,6 @@ jobs:
117117
run: cat gatsby-config.js
118118

119119
- name: Build
120-
env:
121-
NODE_OPTIONS: --max-old-space-size=8192
122-
GATSBY_CPU_COUNT: 1
123120
run: npm run build
124121

125122
- name: Clean up node_modules # Just to save space

.github/workflows/deploy-staging.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,9 +117,6 @@ jobs:
117117
run: cat gatsby-config.js
118118

119119
- name: Build
120-
env:
121-
NODE_OPTIONS: --max-old-space-size=8192
122-
GATSBY_CPU_COUNT: 1
123120
run: npm run build
124121

125122
- name: Clean up node_modules # Just to save space

.github/workflows/preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130
${{ runner.os }}-public-gatsby-main
131131
132132
- run: npm install
133-
- run: GATSBY_CPU_COUNT=1 GATSBY_HF_CDN_URL="" NODE_OPTIONS=--max-old-space-size=8192 npm run build
133+
- run: GATSBY_HF_CDN_URL="" npm run build
134134

135135
- name: Install Netlify
136136
run: npm install netlify-cli@17.23.2 -g

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
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.1.7",
21+
"@arduino/docs-arduino-cc": "^2.1.8-alpha.1",
2222
"gatsby": "^5.11.0",
2323
"gatsby-background-image": "^1.6.0",
2424
"gatsby-image": "^3.11.0",

0 commit comments

Comments
 (0)