We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31c7fff commit b6dd470Copy full SHA for b6dd470
.github/workflows/deploy-to-gh-pages.yaml
@@ -13,7 +13,7 @@ jobs:
13
- name: Build
14
run: |
15
npm ci
16
- npm run build
+ NODE_OPTIONS=--openssl-legacy-provider npm run build
17
18
- name: Deploy to GitHub Pages
19
if: success()
0 commit comments