Skip to content

Commit

Permalink
fix error on demo build
Browse files Browse the repository at this point in the history
  • Loading branch information
jahow committed Jul 1, 2023
1 parent c0d3a3a commit 752a91e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ jobs:
- name: Build demo
working-directory: app
run: npm run build
env:
NODE_OPTIONS: --openssl-legacy-provider

- name: Deploy
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit 752a91e

Please sign in to comment.