Skip to content

Commit

Permalink
build: 💚 replace public in json
Browse files Browse the repository at this point in the history
  • Loading branch information
jojobyte committed Sep 30, 2023
1 parent 47160d2 commit 66f0db2
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/deploy.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ try {
fixOrCopy(
e,
join(DIST, splitDir[1]),
['html','js'],
['html','js','json'],
{
html: [
[
Expand All @@ -120,6 +120,12 @@ try {
'./public/'
],
],
json: [
[
'../public/',
'./public/'
],
],
}
)
return splitDir[1]
Expand Down

0 comments on commit 66f0db2

Please sign in to comment.