withastro / action

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

Allows to skip Uploading artifact #53

Closed yasirmturk closed 1 month ago

natemoo-re commented 1 month ago

I see where this is coming from, but we shouldn't expose more top-level options, especially when uploading the artifact is one of the main reasons this action exists.

If you have a more complex setup that this action supports, we recommend writing your own custom GitHub Action.