Skip to content

Commit 7cff228

Browse files
author
james
committed
Build fix
1 parent c4a1878 commit 7cff228

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/deploy-to-pages.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
name: Build and Deploy
2+
env:
3+
NODE_OPTIONS: --openssl-legacy-provider
24
on:
35
push:
46
branches:
@@ -23,4 +25,4 @@ jobs:
2325
repository-name: judilsteve/judilsteve.github.io
2426
token: ${{ secrets.PAGES_ACCESS_TOKEN }}
2527
branch: master # The branch the action should deploy to.
26-
folder: build # The folder the action should deploy.
28+
folder: build # The folder the action should deploy.

0 commit comments

Comments
 (0)