We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b1d62c commit 74e3c34Copy full SHA for 74e3c34
.github/workflows/main.yml
@@ -20,7 +20,7 @@ jobs:
20
node-version: 17
21
- run: |
22
export NODE_OPTIONS=--openssl-legacy-provider yarn install
23
- export NODE_OPTIONS=--openssl-legacy-provider yarn build
+ yarn build
24
25
- name: Deploy
26
uses: JamesIves/github-pages-deploy-action@releases/v3
0 commit comments