Home > database >  How to deploy project to Github pages
How to deploy project to Github pages

Time:12-05

It is looked simple to do it, deploy ReactJs app and I followed the strict tutorials to do this HERE, but I still have error 404 or if I try to make manual deploy from GitHub show me README.md.Here is my project REPO

CodePudding user response:

Try this Url: https://vladimirpetukhov.github.io/resume/

this url is special for github pages when you deploy your website

CodePudding user response:

The repository name should be 'yourusername'.github.io.

  • Related