Closed SukkaW closed 2 months ago
The PR replaces the shelljs with the Node.js built-in fs method.
shelljs
By removing the shelljs, actions-gh-pages now has fewer dependencies and faster boot-up speed.
actions-gh-pages
A few tests are failing. I am converting the PR to draft now.
The PR is superseded by #1089
The PR replaces the
shelljs
with the Node.js built-in fs method.By removing the
shelljs
,actions-gh-pages
now has fewer dependencies and faster boot-up speed.