Updating Hexo blog with GitHub web editor?

70 Views Asked by At

My blog based on Hexo is work well when I pull it to local to create a post then push it to GitHub repo, GitHub Actions will build the static pages that I newly added correctly. But if I simply open a web editor and manually create a post in /source/_posts, the Actions will still run but won't build the post added by web editor. Is it possible to update Hexo content via GitHub web editor?

0

There are 0 best solutions below