flameshot-org / flameshot-org.github.io

Flameshot official websites & documents
https://flameshot.org
24 stars 35 forks source link

GitHub Pages can now be deployed directly through custom GitHub Actions #85

Open holazt opened 2 years ago

holazt commented 2 years ago

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.

mmahmoudian commented 2 years ago

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 :)