We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4a1878 commit 7cff228Copy full SHA for 7cff228
.github/workflows/deploy-to-pages.yml
@@ -1,4 +1,6 @@
1
name: Build and Deploy
2
+env:
3
+ NODE_OPTIONS: --openssl-legacy-provider
4
on:
5
push:
6
branches:
@@ -23,4 +25,4 @@ jobs:
23
25
repository-name: judilsteve/judilsteve.github.io
24
26
token: ${{ secrets.PAGES_ACCESS_TOKEN }}
27
branch: master # The branch the action should deploy to.
- folder: build # The folder the action should deploy.
28
+ folder: build # The folder the action should deploy.
0 commit comments