Skip to content

Commit b6dd470

Browse files
committed
Update gh deploy script
1 parent 31c7fff commit b6dd470

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-to-gh-pages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Build
1414
run: |
1515
npm ci
16-
npm run build
16+
NODE_OPTIONS=--openssl-legacy-provider npm run build
1717
1818
- name: Deploy to GitHub Pages
1919
if: success()

0 commit comments

Comments
 (0)