-
-
Notifications
You must be signed in to change notification settings - Fork 26.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deploying through Github User Pages #3456
Comments
There's a workaround here.
That's all that is necessary. I just tested this a few minutes ago and it seems to be working just fine. It would be nice if this case could be documented somewhere or even have the recommended script during build changed to this if the user is specifying a GitHub user page, instead of project page. |
I'm no expert with |
Pull request: #3510 |
Since the PR has been merged I believe this can be closed 🙂 |
Thanks @denkristoffer ! |
Upon reading the create-react-app docs, I only know how to deploy via
gh-pages
by adding a "homepage" section in my package.json. However, that requires the domain name to be<username>.github.io/<repository_name>
. I want to deploy viamaster
, with my domain name being<username>.github.io
, but Github isn't reading my /build folder correctly. My site is just showing the README.md file.How do I force Github to look at my /build folder and display my site? I tried renaming /build to /docs which didn't work either.
The text was updated successfully, but these errors were encountered: