Skip to content

Commit

Permalink
Fix ERR_OSSL_EVP_UNSUPPORTED, workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
denny0223 committed Aug 22, 2023
1 parent 81f1a50 commit 77656df
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
- name: Install npm packages
run: npm install
- name: Generate Pages
env:
NODE_OPTIONS: "--openssl-legacy-provider"
run: npm run build
- name: Generate config
env:
Expand Down

0 comments on commit 77656df

Please sign in to comment.