Skip to content

Commit 0bf5917

Browse files
author
james
committed
Merge branch 'release' of github.com:judilsteve/asx-cgt-calculator-optimiser
2 parents 84a7875 + 7cff228 commit 0bf5917

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: dist # The folder the action should deploy.
28+
folder: dist # The folder the action should deploy.

0 commit comments

Comments
 (0)