Skip to content

Commit

Permalink
upload package-lock.json after GHA build to debug
Browse files Browse the repository at this point in the history
something changed in browserify or so, leading to weird output
  • Loading branch information
mirabilos committed Apr 19, 2023
1 parent ee96368 commit 3ecbb3f
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,13 @@
{
"run": "./.pages.sh"
},
{
"uses": "actions/upload-artifact@v3",
"with": {
"name": "package-lock.json",
"path": "package-lock.json"
}
},
{
"uses": "actions/upload-pages-artifact@v1.0.7"
},
Expand All @@ -41,6 +48,13 @@
{
"run": "./.pages.sh"
},
{
"uses": "actions/upload-artifact@v3",
"with": {
"name": "package-lock.json",
"path": "package-lock.json"
}
},
{
"uses": "actions/upload-pages-artifact@v1.0.7"
}
Expand Down

0 comments on commit 3ecbb3f

Please sign in to comment.