withastro / action

A GitHub Action that deploys your Astro project to GitHub Pages
Other
143 stars 31 forks source link

Action cleanup #19

Closed swift502 closed 1 year ago

swift502 commented 1 year ago

Hi, things seem to be moving slow so I'm making this PR before I forget what it was all about.

Following up from #15, I believe this is the optimal version of the script, removing redundancies and hopefully making it more readable.

I tested the script on my website, here's the successful job run: https://github.com/swift502/GithubActionSandbox/actions/runs/3401882888/jobs/5657289360


PS: This might have conflicts with #15, but I just wanted to provide my version at least as a reference, maybe someone will find it helpful.