Skip to main content
Question

Figma make Github integration Not working

  • January 11, 2026
  • 0 replies
  • 10 views

DavidEvensen

I’ve made a web-app with figma make, and was happy to see that Push to Github was an option, but I’m having issues with this feature. 

Whenever I made a change to code, either by ai or manual, I saw that Github didn’t recieve the updated code. I investigated som more and found out that Figma don’t understand how files from the project were being pushed.

I have a root directory in github, with one folder (/src). Here, all my files from figma make lies (Public etc) 

What I noticed is that Figma creates two index.html files, two package.json, two vite.config.ts  on push.
The original files from Make is in /scr. and another basic version gets put on the Github root.

I’ve tried to figure out how to fix or work around this, but I cannot figure it out. I’ve tried moving the correct versions to Github root, but to no help. And to make it worse, they get overwritten with every push. Must be some more files not being pushed to the right location.

Basically the Github Push feature is broken for me. Hope someone can help.