We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I deployed with the suggested command line instruction:
git subtree push --prefix _build origin gh-pages
I was deploying to a site under the root of <MYNAME>.github.io/<MYPROJECT> as instructed.
<MYNAME>.github.io/<MYPROJECT>
The deploy was unsuccessful. Pages two levels down from the root are not uploaded. Or at least they are not served, let me check.
Okay, they are uploaded but not served.
Where did I go wrong?
The thing is that I have deployed successfully to surge from /home/usr/urubuproject/_build.
/home/usr/urubuproject/_build
What I would really like to do is publish to a USERNAME.github.io personal site. How would I do that?
USERNAME.github.io
The text was updated successfully, but these errors were encountered:
Mm, it seems that repo doesn't even have a master branch, perhaps that is the issue.
Deploying is a custom task. Even on github, it seems quite different between user versus project pages.
I would start to make sure things work with a basic manual setup, and only then try deploy from an urubu repo.
Sorry, something went wrong.
No branches or pull requests
I deployed with the suggested command line instruction:
I was deploying to a site under the root of
<MYNAME>.github.io/<MYPROJECT>
as instructed.The deploy was unsuccessful. Pages two levels down from the root are not uploaded. Or at least they are not served, let me check.
Okay, they are uploaded but not served.
Where did I go wrong?
The thing is that I have deployed successfully to surge from
/home/usr/urubuproject/_build
.What I would really like to do is publish to a
USERNAME.github.io
personal site. How would I do that?The text was updated successfully, but these errors were encountered: