-
Notifications
You must be signed in to change notification settings - Fork 817
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
gh-pages and master branches have different functionality #91
Comments
I am facing the same error, both when trying to serve locally, and when trying to build (automatically) using Github Pages. Although deployed it on main branch directly (I tried a separate gh-pages branch after seeing this post, but that didn't work either). Search through 10+ forums, like this one: mmistakes/minimal-mistakes#220
|
note that this error does not occur when building locally, without adding the following: gem file
config.yml
but after adding these, I get the same error:
|
I'm trying to use this theme right now. I'm on |
@QuillPusher What did you eventually do? |
@missingfaktor I did not use this, but I found a solution elsewhere: use Github Actions Also, note that the "Deploy From a Branch" option in Github Page options is being retired soon, so Github Actions is your only option. Background: Phlow/feeling-responsive#267 (comment) Sample Github Action on a similar theme someone with a working workflow on same theme
resultant error and its solution |
I did the same, and it did the trick. |
I am building a website for a student research lab with GitHub pages. This theme looks fantastic, but when I try to deploy it, I run into some issues.
The
gh-pages
branch automatically generates a functional website after I changebaseurl
in_config.yml
, but it seems to lack some of the functionality or layout details available in themaster
branch. In particular, the teams page does not include pictures of individuals who do not have thepromoted
tag set totrue
.Using the
master
branch in GitHub Pages does not work, and I think the logs show the following errors:and
I was wondering if there was any way to deploy this site easily on GitHub such that the progress and corrections made on the main branch can be available on GitHub Pages deployment (for someone with limited knowledge about how to edit these things).
Thanks for a great theme and for any guidance you might be able to offer.
The text was updated successfully, but these errors were encountered: