Skip to content

Commit d4d94c7

Browse files
authored
Merge pull request #811 from sulewicz/sulewicz/build-fail
fix(site): replicate netlify CI step.
2 parents 3fbe506 + 451e478 commit d4d94c7

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,21 @@ jobs:
136136
path: cli-build
137137
name: w4
138138

139+
netlify-ci:
140+
name: Run Netlify CI
141+
runs-on: ubuntu-latest
142+
143+
steps:
144+
- uses: actions/checkout@v2
145+
with:
146+
submodules: true
147+
148+
- name: Run Netlify CI script
149+
run: |
150+
scripts/run-netlify-ci
151+
env:
152+
NODE_OPTIONS: --openssl-legacy-provider
153+
139154
release:
140155
if: startsWith(github.ref, 'refs/tags/v')
141156
name: Release

0 commit comments

Comments
 (0)