mhausenblas / mkdocs-deploy-gh-pages

GitHub Action to deploy an MkDocs site to GitHub Pages
Apache License 2.0
244 stars 90 forks source link

Getting permissions errors when cleaning up /github/workspace/mksite #239

Open sushovan23 opened 1 year ago

sushovan23 commented 1 year ago

/github/workspace/mksite is getting created with root permissions. We are not able to clean it from our actions when running multiple times. Is it possible to update it not having root permissions?

SirEndii commented 1 year ago

I can reproduce this issue, the weird thing is that it just started recently, hadn't this issue before