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

The page build failed for the gh-pages branch #43

Open
Gharibw opened this issue Aug 20, 2018 · 3 comments
Open

The page build failed for the gh-pages branch #43

Gharibw opened this issue Aug 20, 2018 · 3 comments

Comments

@Gharibw
Copy link

Gharibw commented Aug 20, 2018

I have tried building the theme multiple times, but I keep getting the following error, even after completely deleting the includes.

A file was included in source/blog/index.htmlthat is a symlink or does not exist in your_includes directory. For more information, see https://help.github.com/articles/page-build-failed-file-is-a-symlink/.

Here's a link to my repo: https://github.com/gharibw/gharibw.github.io

Thank you!

@aus10powell
Copy link

aus10powell commented Sep 23, 2018

I found the solution to this exact problem. I'm guessing you were also following the standard of pushing master branch to repo...this doesn't work.

  1. Make sure to change GITHUB_REPONAME and GITHUB_REPO_BRANCH from defaults
  2. Make sure to run install.sh
  3. In source/_sass/main.sass on line 8, make sure @import bourbon is @import "bourbon/bourbon"
  4. run rake in main directory

I guess you can just create an archive branch and brute force push to master whenever you make a change. Perhaps it's because I'm not a hardcore software developer that I can't appreciate the convenience of such a method, but I am definitely not a fan of posting since it force commits the important files using the rake command.

@lpossamai
Copy link

I'm having the same issue. The solution mentioned by @aus10powell did not work.

@kevinmmartins
Copy link

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

4 participants