Story
I plan to auto push blog from hashnode to hugo. So this is the first step. My repo has 2 branch:
main: is the branch that hashnode gonna backup the posts there in md format.Hugo: is the branch that contains Hugo blog
Step 1: Make sure your Actions has permission to write to the repo.
- Check it here: https://github.com/thebrownbox/blogs/settings/actions

Step 2: Create the github actions
ref: https://github.com/devmasx/merge-branch
| |