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

Build failing as of this week #1902

Closed
ShayJordan opened this issue Feb 14, 2024 · 19 comments
Closed

Build failing as of this week #1902

ShayJordan opened this issue Feb 14, 2024 · 19 comments
Assignees
Labels
bug A bug.
Milestone

Comments

@ShayJordan
Copy link

I've been using academicpages through GitHub Pages for around half a year now with no issues. Last successful build and deployment was Feb 1st, but tried to make a minor change to site content yesterday and the build is failing. It seems to be a problem unrelated to the changes I'm making as it's failing when I make a minor change to another site I'm running based on academicpages too. Has anyone had a similar experience or does anyone know what the issue or fix is here? Build log is below. Thanks!

Run actions/jekyll-build-pages@v1 with: source: . destination: ./_site future: false build_revision: 4a8f9[2](https://github.com/ShayJordan/shay.github.io/actions/runs/7900638094/job/21562565831#step:4:2)e5[3](https://github.com/ShayJordan/shay.github.io/actions/runs/7900638094/job/21562565831#step:4:3)1[4](https://github.com/ShayJordan/shay.github.io/actions/runs/7900638094/job/21562565831#step:4:4)0478d04ad288731a9cd222d0[5](https://github.com/ShayJordan/shay.github.io/actions/runs/7900638094/job/21562565831#step:4:5)feff verbose: true token: *** /usr/bin/docker run --name ghcrioactionsjekyllbuildpagesv1011_30b5d0 --label 9c591e --workdir /github/workspace --rm -e "INPUT_SOURCE" -e "INPUT_DESTINATION" -e "INPUT_FUTURE" -e "INPUT_BUILD_REVISION" -e "INPUT_VERBOSE" -e "INPUT_TOKEN" -e "HOME" -e "GITHUB_JOB" -e "GITHUB_REF" -e "GITHUB_SHA" -e "GITHUB_REPOSITORY" -e "GITHUB_REPOSITORY_OWNER" -e "GITHUB_REPOSITORY_OWNER_ID" -e "GITHUB_RUN_ID" -e "GITHUB_RUN_NUMBER" -e "GITHUB_RETENTION_DAYS" -e "GITHUB_RUN_ATTEMPT" -e "GITHUB_REPOSITORY_ID" -e "GITHUB_ACTOR_ID" -e "GITHUB_ACTOR" -e "GITHUB_TRIGGERING_ACTOR" -e "GITHUB_WORKFLOW" -e "GITHUB_HEAD_REF" -e "GITHUB_BASE_REF" -e "GITHUB_EVENT_NAME" -e "GITHUB_SERVER_URL" -e "GITHUB_API_URL" -e "GITHUB_GRAPHQL_URL" -e "GITHUB_REF_NAME" -e "GITHUB_REF_PROTECTED" -e "GITHUB_REF_TYPE" -e "GITHUB_WORKFLOW_REF" -e "GITHUB_WORKFLOW_SHA" -e "GITHUB_WORKSPACE" -e "GITHUB_ACTION" -e "GITHUB_EVENT_PATH" -e "GITHUB_ACTION_REPOSITORY" -e "GITHUB_ACTION_REF" -e "GITHUB_PATH" -e "GITHUB_ENV" -e "GITHUB_STEP_SUMMARY" -e "GITHUB_STATE" -e "GITHUB_OUTPUT" -e "RUNNER_OS" -e "RUNNER_ARCH" -e "RUNNER_NAME" -e "RUNNER_ENVIRONMENT" -e "RUNNER_TOOL_CACHE" -e "RUNNER_TEMP" -e "RUNNER_WORKSPACE" -e "ACTIONS_RUNTIME_URL" -e "ACTIONS_RUNTIME_TOKEN" -e "ACTIONS_CACHE_URL" -e "ACTIONS_ID_TOKEN_REQUEST_URL" -e "ACTIONS_ID_TOKEN_REQUEST_TOKEN" -e "ACTIONS_RESULTS_URL" -e GITHUB_ACTIONS=true -e CI=true -v "/var/run/docker.sock":"/var/run/docker.sock" -v "/home/runner/work/_temp/_github_home":"/github/home" -v "/home/runner/work/_temp/_github_workflow":"/github/workflow" -v "/home/runner/work/_temp/_runner_file_commands":"/github/file_commands" -v "/home/runner/work/shay.github.io/shay.github.io":"/github/workspace" ghcr.io/actions/jekyll-build-pages:v1.0.11 Bundler can't satisfy your Gemfile's dependencies. Install missing gems with bundle install. Warning: The github-pages gem can't satisfy your Gemfile's dependencies. If you want to use a different Jekyll version or need additional dependencies, consider building Jekyll site with GitHub Actions: https://jekyllrb.com/docs/continuous-integration/github-actions/ To use retry middleware with Faraday v2.0+, install faraday-retrygem /usr/local/bundle/gems/jekyll-3.9.5/lib/jekyll/excerpt.rb:91: warning: Jekyll::Excerpt#yaml_file? at /usr/local/lib/ruby/2.7.0/forwardable.rb:154 forwarding to private method Jekyll::Page#yaml_file? Liquid Exception: undefined methodyaml_file?' for #<Jekyll::Page @name="about.md"> in /_layouts/single.html
/usr/local/lib/ruby/2.7.0/forwardable.rb:233:in yaml_file?': undefined method yaml_file?' for #<Jekyll::Page @name="about.md"> (NoMethodError)
from /usr/local/bundle/gems/jekyll-3.9.5/lib/jekyll/excerpt.rb:91:in render_with_liquid?' from /usr/local/bundle/gems/jekyll-3.9.5/lib/jekyll/renderer.rb:77:in render_document'
from /usr/local/bundle/gems/jekyll-3.9.5/lib/jekyll/renderer.rb:62:in run' from /usr/local/bundle/gems/jekyll-3.9.5/lib/jekyll/excerpt.rb:83:in output'
from /usr/local/bundle/gems/jekyll-3.9.5/lib/jekyll/excerpt.rb:70:in to_s' from /usr/local/lib/ruby/2.7.0/forwardable.rb:235:in to_s'
from /usr/local/bundle/gems/jekyll-3.9.5/lib/jekyll/filters.rb:19:in markdownify' from /usr/local/bundle/gems/liquid-4.0.4/lib/liquid/strainer.rb:56:in invoke'
from /usr/local/bundle/gems/liquid-4.0.4/lib/liquid/context.rb:86:in invoke' from /usr/local/bundle/gems/liquid-4.0.4/lib/liquid/variable.rb:84:in block in render'
from /usr/local/bundle/gems/liquid-4.0.4/lib/liquid/variable.rb:82:in each' from /usr/local/bundle/gems/liquid-4.0.4/lib/liquid/variable.rb:82:in inject'
from /usr/local/bundle/gems/liquid-4.0.4/lib/liquid/variable.rb:82:in render' from /usr/local/bundle/gems/liquid-4.0.4/lib/liquid/block_body.rb:103:in render_node_to_output'
from /usr/local/bundle/gems/liquid-4.0.4/lib/liquid/block_body.rb:80:in render' from /usr/local/bundle/gems/liquid-4.0.4/lib/liquid/tags/if.rb:46:in block (2 levels) in render'
from /usr/local/bundle/gems/liquid-4.0.4/lib/liquid/tags/if.rb:44:in each' from /usr/local/bundle/gems/liquid-4.0.4/lib/liquid/tags/if.rb:44:in block in render'
from /usr/local/bundle/gems/liquid-4.0.4/lib/liquid/context.rb:123:in stack' from /usr/local/bundle/gems/liquid-4.0.4/lib/liquid/tags/if.rb:43:in render'
from /usr/local/bundle/gems/liquid-4.0.4/lib/liquid/block_body.rb:103:in render_node_to_output' from /usr/local/bundle/gems/liquid-4.0.4/lib/liquid/block_body.rb:82:in render'
from /usr/local/bundle/gems/liquid-4.0.4/lib/liquid/tags/if.rb:46:in block (2 levels) in render' from /usr/local/bundle/gems/liquid-4.0.4/lib/liquid/tags/if.rb:44:in each'
from /usr/local/bundle/gems/liquid-4.0.4/lib/liquid/tags/if.rb:44:in block in render' from /usr/local/bundle/gems/liquid-4.0.4/lib/liquid/context.rb:123:in stack'
from /usr/local/bundle/gems/liquid-4.0.4/lib/liquid/tags/if.rb:43:in render' from /usr/local/bundle/gems/liquid-4.0.4/lib/liquid/block_body.rb:103:in render_node_to_output'
from /usr/local/bundle/gems/liquid-4.0.4/lib/liquid/block_body.rb:82:in render' from /usr/local/bundle/gems/liquid-4.0.4/lib/liquid/template.rb:206:in block in render'
from /usr/local/bundle/gems/liquid-4.0.4/lib/liquid/template.rb:240:in with_profiling' from /usr/local/bundle/gems/liquid-4.0.4/lib/liquid/template.rb:205:in render'
from /usr/local/bundle/gems/liquid-4.0.4/lib/liquid/template.rb:218:in render!' from /usr/local/bundle/gems/jekyll-3.[9](https://github.com/ShayJordan/shay.github.io/actions/runs/7900638094/job/21562565831#step:4:10).5/lib/jekyll/liquid_renderer/file.rb:30:in block (2 levels) in render!'
from /usr/local/bundle/gems/jekyll-3.9.5/lib/jekyll/liquid_renderer/file.rb:42:in measure_bytes' from /usr/local/bundle/gems/jekyll-3.9.5/lib/jekyll/liquid_renderer/file.rb:29:in block in render!'
from /usr/local/bundle/gems/jekyll-3.9.5/lib/jekyll/liquid_renderer/file.rb:49:in measure_time' from /usr/local/bundle/gems/jekyll-3.9.5/lib/jekyll/liquid_renderer/file.rb:28:in render!'
from /usr/local/bundle/gems/jekyll-3.9.5/lib/jekyll/tags/include.rb:140:in block in render' from /usr/local/bundle/gems/liquid-4.0.4/lib/liquid/context.rb:123:in stack'
from /usr/local/bundle/gems/jekyll-3.9.5/lib/jekyll/tags/include.rb:137:in render' from /usr/local/bundle/gems/liquid-4.0.4/lib/liquid/block_body.rb:[10](https://github.com/ShayJordan/shay.github.io/actions/runs/7900638094/job/21562565831#step:4:11)3:in render_node_to_output'
from /usr/local/bundle/gems/liquid-4.0.4/lib/liquid/block_body.rb:91:in render' from /usr/local/bundle/gems/liquid-4.0.4/lib/liquid/tags/if.rb:46:in block (2 levels) in render'
from /usr/local/bundle/gems/liquid-4.0.4/lib/liquid/tags/if.rb:44:in each' from /usr/local/bundle/gems/liquid-4.0.4/lib/liquid/tags/if.rb:44:in block in render'
from /usr/local/bundle/gems/liquid-4.0.4/lib/liquid/context.rb:123:in stack' from /usr/local/bundle/gems/liquid-4.0.4/lib/liquid/tags/if.rb:43:in render'
from /usr/local/bundle/gems/liquid-4.0.4/lib/liquid/block_body.rb:103:in render_node_to_output' from /usr/local/bundle/gems/liquid-4.0.4/lib/liquid/block_body.rb:82:in render'
from /usr/local/bundle/gems/liquid-4.0.4/lib/liquid/template.rb:206:in block in render' from /usr/local/bundle/gems/liquid-4.0.4/lib/liquid/template.rb:240:in with_profiling'
from /usr/local/bundle/gems/liquid-4.0.4/lib/liquid/template.rb:205:in render' from /usr/local/bundle/gems/liquid-4.0.4/lib/liquid/template.rb:218:in render!'
from /usr/local/bundle/gems/jekyll-3.9.5/lib/jekyll/liquid_renderer/file.rb:30:in block (2 levels) in render!' from /usr/local/bundle/gems/jekyll-3.9.5/lib/jekyll/liquid_renderer/file.rb:42:in measure_bytes'
from /usr/local/bundle/gems/jekyll-3.9.5/lib/jekyll/liquid_renderer/file.rb:29:in block in render!' from /usr/local/bundle/gems/jekyll-3.9.5/lib/jekyll/liquid_renderer/file.rb:49:in measure_time'
from /usr/local/bundle/gems/jekyll-3.9.5/lib/jekyll/liquid_renderer/file.rb:28:in render!' from /usr/local/bundle/gems/jekyll-3.9.5/lib/jekyll/renderer.rb:126:in render_liquid'
from /usr/local/bundle/gems/jekyll-3.9.5/lib/jekyll/renderer.rb:195:in render_layout' from /usr/local/bundle/gems/jekyll-3.9.5/lib/jekyll/renderer.rb:158:in place_in_layouts'
from /usr/local/bundle/gems/jekyll-3.9.5/lib/jekyll/renderer.rb:88:in render_document' from /usr/local/bundle/gems/jekyll-3.9.5/lib/jekyll/renderer.rb:62:in run'
from /usr/local/bundle/gems/jekyll-3.9.5/lib/jekyll/site.rb:479:in render_regenerated' from /usr/local/bundle/gems/jekyll-3.9.5/lib/jekyll/site.rb:472:in block in render_pages'
from /usr/local/bundle/gems/jekyll-3.9.5/lib/jekyll/site.rb:471:in each' from /usr/local/bundle/gems/jekyll-3.9.5/lib/jekyll/site.rb:471:in render_pages'
from /usr/local/bundle/gems/jekyll-3.9.5/lib/jekyll/site.rb:192:in render' from /usr/local/bundle/gems/jekyll-3.9.5/lib/jekyll/site.rb:71:in process'
from /usr/local/bundle/gems/jekyll-3.9.5/lib/jekyll/command.rb:28:in process_site' from /usr/local/bundle/gems/jekyll-3.9.5/lib/jekyll/commands/build.rb:65:in build'
from /usr/local/bundle/gems/jekyll-3.9.5/lib/jekyll/commands/build.rb:36:in process' from /usr/local/bundle/gems/github-pages-230/bin/github-pages:70:in block (3 levels) in <top (required)>'
from /usr/local/bundle/gems/mercenary-0.3.6/lib/mercenary/command.rb:220:in block in execute' from /usr/local/bundle/gems/mercenary-0.3.6/lib/mercenary/command.rb:220:in each'
from /usr/local/bundle/gems/mercenary-0.3.6/lib/mercenary/command.rb:220:in execute' from /usr/local/bundle/gems/mercenary-0.3.6/lib/mercenary/program.rb:42:in go'
from /usr/local/bundle/gems/mercenary-0.3.6/lib/mercenary.rb:19:in program' from /usr/local/bundle/gems/github-pages-230/bin/github-pages:6:in <top (required)>'
from /usr/local/bundle/bin/github-pages:23:in load' from /usr/local/bundle/bin/github-pages:23:in

'
Error: Logging at level: debug Configuration file: /github/workspace/./_config.yml GitHub Pages: github-pages v230 GitHub Pages: jekyll v3.9.5 Theme: jekyll-theme-primer Theme source: /usr/local/bundle/gems/jekyll-theme-primer-0.6.0 Requiring: jekyll-github-metadata Requiring: jekyll-seo-tag Requiring: jekyll-paginate Requiring: jekyll-sitemap Requiring: jekyll-gist Requiring: jekyll-feed Requiring: jekyll-redirect-from Requiring: jekyll-coffeescript Requiring: jekyll-commonmark-ghpages Requiring: jekyll-github-metadata Requiring: jekyll-relative-links Requiring: jekyll-optional-front-matter Requiring: jekyll-readme-index Requiring: jekyll-default-layout Requiring: jekyll-titles-from-headings GitHub Metadata: Initializing... Source: /github/workspace/. Destination: /github/workspace/./_site Incremental build: disabled. Enable with --incremental Generating... EntryFilter: excluded /README.md EntryFilter: excluded /CHANGELOG.md EntryFilter: excluded /package.json EntryFilter: excluded /Gemfile EntryFilter: excluded /LICENSE Reading: _posts/2016-06-27-magic-moments.md Reading: _posts/2023-10-20-zone-of-proximal-development.md Reading: _posts/2020-02-29-your-next-chapter-in-ksw.md Reading: _posts/2020-05-26-allegory-of-martial-arts.md Reading: _posts/2023-10-08-why-kuk-sool.md Reading: _posts/2023-08-23-you-won-hwa.md Reading: _posts/2019-09-25-grading-nerves.md Reading: _posts/2016-03-27-jkn-to-ksn.md Reading: _posts/2023-09-11-nahk-bup.md Reading: _posts/2024-01-05-nineteen-years-of-kuk-sool-in-pictures.md EntryFilter: excluded /assets/js/vendor EntryFilter: excluded /assets/js/plugins Reading: _publications/2023-04-23-reflective-project-in-education.md Reading: _publications/2021-04-15-popular-mathematics.md Reading: _publications/2021-07-23-number-puzzles.md Reading: _publications/2022-05-12-goodsteins-theorem.md Reading: _portfolio/2019-05-28-mathsoc.md Reading: _portfolio/2016-05-29-waveney-eco.md Reading: _talks/2021-05-05-popular-mathematics.md Reading: _talks/2022-05-26-goodsteins-theorem.md Reading: _talks/2021-03-03-making-a-cup-of-sudoku.md Generating: JekyllRedirectFrom::Generator finished in 0.026006291 seconds. Generating: JekyllOptionalFrontMatter::Generator finished in 0.000211187 seconds. Generating: JekyllReadmeIndex::Generator finished in 0.000111009 seconds. Generating: Jekyll::Paginate::Pagination finished in 5.74e-06 seconds. Generating: Jekyll::JekyllSitemap finished in 0.000695476 seconds. Jekyll Feed: Generating feed for posts Generating: JekyllFeed::Generator finished in 0.000732335 seconds. Generating: JekyllRelativeLinks::Generator finished in 0.001303318 seconds. Generating: JekyllDefaultLayout::Generator finished in 0.000146415 seconds. Generating: JekyllTitlesFromHeadings::Generator finished in 3.3443e-05 seconds. Rendering: _posts/2016-03-27-jkn-to-ksn.md Pre-Render Hooks: _posts/2016-03-27-jkn-to-ksn.md Rendering Markup: _posts/2016-03-27-jkn-to-ksn.md Requiring: kramdown-parser-gfm Rendering Layout: _posts/2016-03-27-jkn-to-ksn.md Layout source: site GitHub Metadata: Generating for ShayJordan/shay.github.io GitHub Metadata: Calling @client.pages("ShayJordan/shay.github.io", {}) Rendering: _posts/2016-06-27-magic-moments.md Pre-Render Hooks: _posts/2016-06-27-magic-moments.md Rendering Markup: _posts/2016-06-27-magic-moments.md Rendering Layout: _posts/2016-06-27-magic-moments.md Layout source: site Rendering: _posts/2019-09-25-grading-nerves.md Pre-Render Hooks: _posts/2019-09-25-grading-nerves.md Rendering Markup: _posts/2019-09-25-grading-nerves.md Rendering Layout: _posts/2019-09-25-grading-nerves.md Layout source: site Rendering: _posts/2020-02-29-your-next-chapter-in-ksw.md Pre-Render Hooks: _posts/2020-02-29-your-next-chapter-in-ksw.md Rendering Markup: _posts/2020-02-29-your-next-chapter-in-ksw.md Rendering Layout: _posts/2020-02-29-your-next-chapter-in-ksw.md Layout source: site Rendering: _posts/2020-05-26-allegory-of-martial-arts.md Pre-Render Hooks: _posts/2020-05-26-allegory-of-martial-arts.md Rendering Markup: _posts/2020-05-26-allegory-of-martial-arts.md Rendering Layout: _posts/202`

@linyongver
Copy link

I have the same error

@gerardjoreilly
Copy link

Yes, I have the same error as well

@mmdt01
Copy link

mmdt01 commented Feb 14, 2024

I am facing the same problem too.
Started building my page on Saturday (10/02/2024) which was working fine, but now I get build failure errors which are really confusing me :'(
Would appreciate any info if people find what the issue is! @staeiou

@rjzupkoii
Copy link
Collaborator

There error appears to be due to the excerpt being undefined YAML in Markdown in pages under the _pages/*.md path. I was able to fix my build by removing the lines in the relevant pages (see example commit).

@alirk
Copy link

alirk commented Feb 14, 2024

I am facing the same issue. Another error message "Liquid Exception: undefined method `yaml_file?' for #<Jekyll::Page @name="404.md"> in /_layouts/single.html"

@ShayJordan
Copy link
Author

There error appears to be due to the excerpt being undefined YAML in Markdown in pages under the _pages/*.md path. I was able to fix my build by removing the lines in the relevant pages (see example commit).

That's interesting. I wonder what's causing that and if there's a proper fix rather than just deleting the excerpt from all pages and posts... I'm reluctant to do that as the excerpts are important to how things are presented in my archive pages.

@rjzupkoii
Copy link
Collaborator

There error appears to be due to the excerpt being undefined YAML in Markdown in pages under the _pages/*.md path. I was able to fix my build by removing the lines in the relevant pages (see example commit).

That's interesting. I wonder what's causing that and if there's a proper fix rather than just deleting the excerpt from all pages and posts... I'm reluctant to do that as the excerpts are important to how things are presented in my archive pages.

I'm not sure, I'd have to dig a bit more into the code base, which I didn't really have time for when working on getting my website updated. However, since the project is using a lot of older versions of various gems it might be due to something else that broke. I've reached out to @staeiou via email about the issue and will try to prepare a proper patch that I can open a pull request for in the next couple days.

@alirk
Copy link

alirk commented Feb 14, 2024

There error appears to be due to the excerpt being undefined YAML in Markdown in pages under the _pages/*.md path. I was able to fix my build by removing the lines in the relevant pages (see example commit).

That's interesting. I wonder what's causing that and if there's a proper fix rather than just deleting the excerpt from all pages and posts... I'm reluctant to do that as the excerpts are important to how things are presented in my archive pages.

I'm not sure, I'd have to dig a bit more into the code base, which I didn't really have time for when working on getting my website updated. However, since the project is using a lot of older versions of various gems it might be due to something else that broke. I've reached out to @staeiou via email about the issue and will try to prepare a proper patch that I can open a pull request for in the next couple days.

It will be great if this is fixed in a few days. I tried to remove 'excerpt_separator' in _config.yml but that did not work. Then following the message above, I searched 'excerpt' in the entire repo it is used everywhere for example:

_includes/archive-single-cv.html: {% if post.venue%}

{{ post.citation }}

{% endif %}
_includes/archive-single-talk-cv.html: {% if post.venue%}

{{post.type}} at {{ post.venue }}, {{post.location}}

{% endif %}
_includes/archive-single-talk.html: {% if post.venue %}

{{post.type}}, {{ post.venue }}, {{post.location}} {% endif %}
_includes/archive-single-talk.html: {% if post.excerpt %}

{{ post.excerpt | markdownify }}

{% endif %}
_includes/archive-single.html: {% if post.excerpt and site.read_more != 'enabled' %}
_includes/archive-single.html:

{{ post.excerpt | markdownify }}


_includes/archive-single.html: {% elsif post.excerpt and site.read_more == 'enabled' %}
_includes/archive-single.html:

{{ post.excerpt | markdownify | remove: '

' | remove: '

' }} Read more

Not sure how to fix this run error by searching only over _pages/*.md?

@rjzupkoii
Copy link
Collaborator

@alirk I didn't remove anything in the _config.yml file, but rather the exerpt line from the *.md files themselves. This commit in my fork of academic pages is an example of the edit and you may need to make the change to multiple pages.

@alirk
Copy link

alirk commented Feb 14, 2024

@alirk I didn't remove anything in the _config.yml file, but rather the exerpt line from the *.md files themselves. This commit in my fork of academic pages is an example of the edit and you may need to make the change to multiple pages.

Thanks! It worked for me too. I had to remove lines including 'excerpt' in two files: 404.md and about.md both in _pages/ now it works :)

@gerardjoreilly
Copy link

@alirk I didn't remove anything in the _config.yml file, but rather the exerpt line from the *.md files themselves. This commit in my fork of academic pages is an example of the edit and you may need to make the change to multiple pages.

Thanks! It worked for me too. I had to remove lines including 'excerpt' in two files: 404.md and about.md both in _pages/ now it works :)

Thanks! I did this also and it builds without any issues now.

@rjzupkoii rjzupkoii self-assigned this Feb 14, 2024
@rjzupkoii rjzupkoii added this to the 2024 Restart milestone Feb 14, 2024
@ZiqiGuo98
Copy link

Having the same issue... But I am using "excerpt" everywhere in the *.md file and it can be hard to remove all of them...

rjzupkoii added a commit that referenced this issue Feb 14, 2024
@rjzupkoii
Copy link
Collaborator

rjzupkoii commented Feb 14, 2024

Having the same issue... But I am using "excerpt" everywhere in the *.md file and it can be hard to remove all of them...

@ZiqiGuo98 I'm keeping an eye on the bug report in jekyll/jekyll#9544, but it appears that a change to how the pages are built and deployed will be need for a robust fix. In the meantime, I'm removing the excerpt tag so that people can get back up and running.

@BUAAZFK
Copy link

BUAAZFK commented Feb 15, 2024

I can not deploy the page now, errors occured in the step of 'deploy' which is 'Deploy to GitHub Pages'. Is this a problem of Github server? because I did not change anything, the first two tries succeed, and then never.

@griffinjmbur
Copy link

Hi, all. I have happened upon this as a very new user. Funny thing is that I can't even find a line with "excerpt" in it, possibly because I cloned the repo after this post was written -->

Having the same issue... But I am using "excerpt" everywhere in the *.md file and it can be hard to remove all of them...

@ZiqiGuo98 I'm keeping an eye on the bug report in jekyll/jekyll#9544, but it appears that a change to how the pages are built and deployed will be need for a robust fix. In the meantime, I'm removing the excerpt tag so that people can get back up and running.

... but I am having the same issue (the error message is that "The github-pages gem can't satisfy your Gemfile's dependencies.") My blog actually will publish, but the formatting is very strange. The local preview created with serve looks just fine, though.

@rjzupkoii
Copy link
Collaborator

@griffinjmbur If you cloned after this issue was created then you should have that fix in place - I'm actually going to be closing this issue soon - however, the second problem sounds like it might be new and worth opening a new issue about. I'd need to see what the output you are getting looks like since this repository is deploying fine over github-pages.

@griffinjmbur
Copy link

OK, thanks @rjzupkoii. I will try to write a very precise post since I am not a deft programmer outside minimal stuff in html or Stata/Python for stats. I could be missing something obvious, although I've troubleshot a lot of this process before successfully. Will post soon.

@rjzupkoii
Copy link
Collaborator

Since it's been over a week now and I haven't seen any commenting on the issue still being a problem, I'm going to go ahead and close this issue.

@griffinjmbur
Copy link

@rjzupkoii yep, this fully fixed the issue for me, per my comment in the other thread. Thanks a million dude!!

kuroni added a commit to kuroni/kuroni.github.io that referenced this issue Apr 13, 2024
WillFuller added a commit to WillFuller/WillFuller.github.io that referenced this issue May 10, 2024
# Merged changes from Upstream Fork

* Increase font size in code blocks

See academicpages#59

* Adds missing semi-colon

* fix font awesome code icon in syntax box

* Fix encoding issue with bib files

* add goodreads to site

* change orcid color

* add medium icon

* add medium profile

* Resolve Google Scholar link not displayed

There was as slight typo in the logic due to which the google scholar link for the respective author's profile set in Config was not being displayed.

* Adding pronouns field to author profile

* Add Google Analytics 4 Support

* fix: Remove deprecated JavaScript to avoid load error from 404 page

* Update files to be ignored

* + webrick to gem file

* academicpages#1902 RM excerpt in pages

* Start updating the README

* academicpages#456 Use real Google Scholar link as an example

* Update issue templates

* RM minimal mistakes changelog

* academicpages#1906

* Edit readme

* + Syntax highlighting example

* Update README.md

* Update README

* Correct syntax

* Streamline config organization for new users

* Add Mastodon to social media

* Closes academicpages#696 with new Kaggle link

* Adjustments to Kaggle link

* Closes academicpages#271 with addition of arXiv

* academicpages#244, academicpages#1600, academicpages#1917 update font awesome to v6, add icons

* Closes academicpages#1911 with update to Academicons

* Closes academicpages#1671 with a new favicon

* academicpages#462 update inline documentation

* academicpages#1041 allow links to wrap

* Closes academicpages#1773 with update to HTML

* Closes academicpages#45 with an update to the CV generator

* academicpages#33, academicpages#1919 Possible missing template fix, bump MathJax to 3.0

* academicpages#1153 add Zhihu

* Closes academicpages#1905 with updates to documentation

* Closes academicpages#693 with updates to documentation and location of citation

* Closes academicpages#820 with updated style

* added missing spanish translations and updated some of the previous ones on ui-text-yml

* Replace `polyfill.io`

* Closes academicpages#1972, update Markdown documentation

* Closes academicpages#1936 with setting to hide RSS feed

* academicpages#1935 clean-up the footer follow a bit

* RM old development override

* Make it clearer where the footnotes are

* academicpages#1975 ignore files created by npm

* Closes academicpages#339 with a fixed masthead

* academicpages#1975 version updates, manage jQuery from npm

* Closes academicpages#1970 with responsive element

* Fix typo

* Closes academicpages#1999

* scroll in sidebar

* scroll in sidebar

* Add scroll to sidebar and adjust media query for screen adaptability

* Closes academicpages#2029 with update to sidebar

* Closes academicpages#1917 with with icon, FA bump to 6.5.2

* Update _config.yml

# Added More Info and blanked out the template filler material.

* added to short left hand bio

* Commented out most of the example publication

* couldn't comment out the link, so changed text from The paper can be downloaded here to test link, and redirected the link to the correct test file

* Comment out 2012-03-01-talk-1.md

* Commented out 2013-03-01-tutorial-1.md

* added some text so that the rest renders blank 2012-03-01-talk-1.md

* Commented out 2014-02-01-talk-2.md

* Comment out 2014-03-01-talk-3.md

* Comment out 2012-08-14-blog-post-1.md

* Update 2012-08-14-blog-post-1.md

* Comment out Update 2199-01-01-future-post.md

* Comment out portfolio-1.md

* Comment out portfolio-2.html

* Commented out pubs and talks for now navigation.yml

* Update cv.md

* Update cv.md

* rename to about about.md

* Update _config.yml

* Rename webpage main title

* Update cv.md

  - figured out how to properly comment out the links to stuff
  - added Scotts email
  - started to begin summary for each job

* Update cv.md

* Update cv.md

* Create 2021-04-20-iop-poster-optimising.md

* Update and rename 2021-04-20-iop-poster-optimising.md to 2021-04-06-iop-poster-optimising.md

* added poster file

* academicpages#2061 Update README with note on dependencies

* Closes academicpages#2055 with adjustment to masthead-height

* Adjust variable name to prevent confusion

* Update casing of template name

* managed to empty out the CV when stuff isn't there

* hidden blogposts for now until I add some more

* added some detail to CV

* added some more intro details for the about page

---------

## Main Repo Credits

Co-authored-by: Steve <sbitner@uwf.edu>
Co-authored-by: Rob Williams <jayrobwilliams@gmail.com>
Co-authored-by: sigma67 <benedikt.putz@wiwi.uni-regensburg.de>
Co-authored-by: naveenarun <notatroll.troll@gmail.com>
Co-authored-by: Mohit_Gupta <52665879+Mohit-15@users.noreply.github.com>
Co-authored-by: Bhavish Pahwa <53102161+bp-high@users.noreply.github.com>
Co-authored-by: amyzlc <6166519+amyzlc@users.noreply.github.com>
Co-authored-by: Sonny Arora <sonnyarora@Sonnys-MacBook-Air.local>
Co-authored-by: Bhav Beri <43399374+bhavberi@users.noreply.github.com>
Co-authored-by: rjzupkoii <rjzii@yahoo.com>
Co-authored-by: johnhandleyd <translatjohn@gmail.com>
Co-authored-by: SukkaW <isukkaw@gmail.com>
Co-authored-by: Maximiliano <maximilianogalindo7@gmail.com>
WillFuller added a commit to WillFuller/WillFuller.github.io that referenced this issue May 10, 2024
# Merged changes from Upstream Fork

* Increase font size in code blocks

See academicpages#59

* Adds missing semi-colon

* fix font awesome code icon in syntax box

* Fix encoding issue with bib files

* add goodreads to site

* change orcid color

* add medium icon

* add medium profile

* Resolve Google Scholar link not displayed

There was as slight typo in the logic due to which the google scholar link for the respective author's profile set in Config was not being displayed.

* Adding pronouns field to author profile

* Add Google Analytics 4 Support

* fix: Remove deprecated JavaScript to avoid load error from 404 page

* Update files to be ignored

* + webrick to gem file

* academicpages#1902 RM excerpt in pages

* Start updating the README

* academicpages#456 Use real Google Scholar link as an example

* Update issue templates

* RM minimal mistakes changelog

* academicpages#1906

* Edit readme

* + Syntax highlighting example

* Update README.md

* Update README

* Correct syntax

* Streamline config organization for new users

* Add Mastodon to social media

* Closes academicpages#696 with new Kaggle link

* Adjustments to Kaggle link

* Closes academicpages#271 with addition of arXiv

* academicpages#244, academicpages#1600, academicpages#1917 update font awesome to v6, add icons

* Closes academicpages#1911 with update to Academicons

* Closes academicpages#1671 with a new favicon

* academicpages#462 update inline documentation

* academicpages#1041 allow links to wrap

* Closes academicpages#1773 with update to HTML

* Closes academicpages#45 with an update to the CV generator

* academicpages#33, academicpages#1919 Possible missing template fix, bump MathJax to 3.0

* academicpages#1153 add Zhihu

* Closes academicpages#1905 with updates to documentation

* Closes academicpages#693 with updates to documentation and location of citation

* Closes academicpages#820 with updated style

* added missing spanish translations and updated some of the previous ones on ui-text-yml

* Replace `polyfill.io`

* Closes academicpages#1972, update Markdown documentation

* Closes academicpages#1936 with setting to hide RSS feed

* academicpages#1935 clean-up the footer follow a bit

* RM old development override

* Make it clearer where the footnotes are

* academicpages#1975 ignore files created by npm

* Closes academicpages#339 with a fixed masthead

* academicpages#1975 version updates, manage jQuery from npm

* Closes academicpages#1970 with responsive element

* Fix typo

* Closes academicpages#1999

* scroll in sidebar

* scroll in sidebar

* Add scroll to sidebar and adjust media query for screen adaptability

* Closes academicpages#2029 with update to sidebar

* Closes academicpages#1917 with with icon, FA bump to 6.5.2

* Update _config.yml

# Added More Info and blanked out the template filler material.

* added to short left hand bio

* Commented out most of the example publication

* couldn't comment out the link, so changed text from The paper can be downloaded here to test link, and redirected the link to the correct test file

* Comment out 2012-03-01-talk-1.md

* Commented out 2013-03-01-tutorial-1.md

* added some text so that the rest renders blank 2012-03-01-talk-1.md

* Commented out 2014-02-01-talk-2.md

* Comment out 2014-03-01-talk-3.md

* Comment out 2012-08-14-blog-post-1.md

* Update 2012-08-14-blog-post-1.md

* Comment out Update 2199-01-01-future-post.md

* Comment out portfolio-1.md

* Comment out portfolio-2.html

* Commented out pubs and talks for now navigation.yml

* Update cv.md

* Update cv.md

* rename to about about.md

* Update _config.yml

* Rename webpage main title

* Update cv.md

  - figured out how to properly comment out the links to stuff
  - added Scotts email
  - started to begin summary for each job

* Update cv.md

* Update cv.md

* Create 2021-04-20-iop-poster-optimising.md

* Update and rename 2021-04-20-iop-poster-optimising.md to 2021-04-06-iop-poster-optimising.md

* added poster file

* academicpages#2061 Update README with note on dependencies

* Closes academicpages#2055 with adjustment to masthead-height

* Adjust variable name to prevent confusion

* Update casing of template name

* managed to empty out the CV when stuff isn't there

* hidden blogposts for now until I add some more

* added some detail to CV

* added some more intro details for the about page

---------

## Main Repo Credits
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug A bug.
Projects
None yet
Development

No branches or pull requests

9 participants