Skip to content
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

Deployment with git subtree push --prefix _build origin gh-pages #60

Open
ColinBretonio opened this issue Oct 18, 2016 · 1 comment
Open

Comments

@ColinBretonio
Copy link

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.

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?

@jandecaluwe
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants