flameshot-org.github.io icon indicating copy to clipboard operation
flameshot-org.github.io copied to clipboard

GitHub Pages can now be deployed directly through custom GitHub Actions

Open holazt opened this issue 2 years ago • 1 comments

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.

GitHub Pages can now be deployed directly through custom GitHub Actions, without having to push the build to a specific branch specifically to publish to Pages.

  • blog: https://github.blog/changelog/2022-07-27-github-pages-custom-github-actions-workflows-beta/
  • doc: https://docs.github.com/en/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site

holazt avatar Jul 29 '22 11:07 holazt

Thanks for the headsup. I'm a bit busy this weekend, I will check it out sometime next week. If you want to give it a go, feel free though :)

mmahmoudian avatar Jul 29 '22 13:07 mmahmoudian