-
-
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
Deploy script removes github pages custom domain #654
Comments
We're likely going to change the GitHub deployment instructions to use the simpler The new set of commands to deploy will be basically:
I think this issue will be fixed by that change? |
@fson it think so. thanks. |
gh-pages in combination with following script seems to work pretty well for me:
this pushes the build folder to the Edit: Just saw the discussion under #520. |
|
Also A simple workaround for this problem is to add a |
I believe this is no longer an issue. I thought I was coming across it, but the problem was that I had not re-run Using @Janpot's recommended
rather than the readme's recommendation
would have saved me 20 minutes of debugging the problem.
|
@dsernst yeah, not sure why I didn't put my original script. And in retrospect I regret my decision. |
When using these to deploy to github :
Github loses the custom domain setting
Note : I think it's due to the
-B
option ingit checkout -B gh-pages
.The text was updated successfully, but these errors were encountered: