GitHub - Use Actions to deploy this blog
The last two months, I was using a FTP automation script to deploy the blog on my FTP server.
This way of doing things worked fine but had several inherent problems, the most important of which was that I had to run the script manually (from my computer).
If I modified an article directly from the Github interface or from another computer (where WinSCP was not installed, for example), there was no deployment.
By using Github actions, this problem no longer exists. With each push, the blog will be updated.