GitHub Pages: Custom GitHub Actions Workflows
jtpio opened this issue · 1 comments
Posting here for visibility: GitHub recently announced a new way for publishing content to GitHub Pages: https://github.blog/changelog/2022-07-27-github-pages-custom-github-actions-workflows-beta/
You can now deploy to a GitHub Pages site directly from a repository using GitHub Actions, without needing to set up a publishing source. Using Actions to orchestrate Pages publishing provides many more options for choosing your authoring framework (Next.js, Hugo, Gatsby, Jekyll, NuxtJS or other technologies, and the associated versions thereof) as well as giving you finer control over the publishing process, such as leveraging deployment gates.
We can check whether this could be applicable to this repo,
This was tested in a custom deployment and seems to be working well: jtpio/lit#9