I've looked up similar questions but that didn't help me. So I followed this tutorial and have made all tweaks described there.
My repo here
Application should be available here (but it doesn't) /
I am doing deploy with npm script: npm run deploy
and looks like everything works fine, no errors. If you check gh-pages branch it filled correctly. But when I am trying to access URL / it gives me index.html from source code (containing link to jsx file) and I have no idea why it's happening!
Thanks in advance!
I've looked up similar questions but that didn't help me. So I followed this tutorial https://www.youtube/watch?v=hn1IkJk24ow and have made all tweaks described there.
My repo here https://github/painkkiller/zscore
Application should be available here (but it doesn't) https://painkkiller.github.io/zscore/
I am doing deploy with npm script: npm run deploy
and looks like everything works fine, no errors. If you check gh-pages branch https://github/painkkiller/zscore/tree/gh-pages it filled correctly. But when I am trying to access URL https://painkkiller.github.io/zscore/ it gives me index.html from source code (containing link to jsx file) and I have no idea why it's happening!
Thanks in advance!
1 Answer
Reset to default 0I've found the source of error. With this configuration you should have deploy from gh-pages branch: