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

Pages Build and Deployment not working 2025 #3084

Closed
2 tasks done
aaronrhim opened this issue Mar 21, 2025 · 1 comment
Closed
2 tasks done

Pages Build and Deployment not working 2025 #3084

aaronrhim opened this issue Mar 21, 2025 · 1 comment
Labels

Comments

@aaronrhim
Copy link

Have you checked that your issue isn't already filed?

  • I read through FAQ and searched through the past issues, none of which addressed my issue.
  • Yes, I have checked that this issue isn't already filed.

Bug description

Pages Build and Deployment not working even though i've forked the repository to a new personal repository countless of times (which means I've started anew so in theory, everything should be working)

How to reproduce the bug

  1. Fork the repository from al-folio
  2. changes to config.yml:

url: https://sealkfc.github.io # the base hostname & protocol for your site
baseurl: # the subpath of your site, e.g. /blog/. Leave blank for root

check Actions tab because nothing will even work in the first place. I can assure you, I'm not changing a single thing other than these two lines. Also I've properly made sure that Settings>Actions>General>Workflow Permissions is properly set to Read and Write permissions.

Error messages and logs

`bundle install` first.
Fetching https://github.com/RobertoJBeltran/jekyll-terser.git
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-retry` gem
  Liquid Exception: Liquid syntax error (line 61): Unknown tag 'toc' in /_layouts/post.liquid
/usr/local/bundle/gems/liquid-4.0.4/lib/liquid/block.rb:38:in `unknown_tag': Liquid syntax error (line 61): Unknown tag 'toc' (Liquid::SyntaxError)

...

Error:  Logging at level: debug Configuration file: /github/workspace/./_config.yml GitHub Pages: github-pages v232 GitHub Pages: jekyll v3.10.0 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-feed Requiring: jekyll-sitemap Requiring: jemoji Requiring: jekyll-coffeescript Requiring: jekyll-commonmark-ghpages Requiring: jekyll-gist Requiring: jekyll-github-metadata Requiring: jekyll-paginate 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 /Gemfile EntryFilter: excluded /docker-compose.yml EntryFilter: excluded /LICENSE EntryFilter: excluded /CONTRIBUTING.md EntryFilter: excluded /INSTALL.md EntryFilter: excluded /CUSTOMIZE.md EntryFilter: excluded /Gemfile.lock EntryFilter: excluded /README.md EntryFilter: excluded /FAQ.md EntryFilter: excluded /package.json EntryFilter: excluded /docker-compose-slim.yml EntryFilter: excluded /Dockerfile EntryFilter: excluded /purgecss.config.js EntryFilter: excluded /package-lock.json Reading: _posts/2015-03-15-formatting-and-links.md Reading: _posts/2015-05-15-images.md Reading: _posts/2015-07-15-code.md Reading: _posts/2015-10-20-disqus-comments.md Reading: _posts/2015-10-20-math.md Reading: _posts/2018-12-22-distill.md Reading: _posts/2020-09-28-twitter.md Reading: _posts/2021-07-04-diagrams.md Reading: _posts/2022-02-01-redirect.md Reading: _posts/2022-12-10-giscus-comments.md Reading: _posts/2023-03-20-table-of-contents.md Reading: _posts/2023-03-21-tables.md Reading: _posts/2023-04-24-videos.md Reading: _posts/2023-04-25-audios.md Reading: _posts/2023-04-25-sidebar-table-of-contents.md Reading: _posts/2023-05-12-custom-blockquotes.md Reading: _posts/2023-07-04-jupyter-notebook.md Reading: _posts/2023-07-12-post-bibliography.md Reading: _posts/2023-12-12-tikzjax.md Reading: _posts/2024-01-26-chartjs.md Reading: _posts/2024-01-26-echarts.md Reading: _posts/2024-01-26-geojson-map.md Reading: _posts/2024-01-27-advanced-images.md Reading: _posts/2024-01-27-code-diff.md Reading: _posts/2024-01-27-vega-lite.md Reading: _posts/2024-04-15-pseudocode.md Reading: _posts/2024-04-28-post-citation.md Reading: _posts/2024-04-29-typograms.md Reading: _posts/2024-05-01-tabs.md Reading: _posts/2024-12-04-photo-gallery.md EntryFilter: excluded /lighthouse_results/desktop EntryFilter: excluded /lighthouse_results/mobile EntryFilter: excluded /readme_preview/light.png EntryFilter: excluded /readme_preview/repositories.png EntryFilter: excluded /readme_preview/al-folio-preview.png EntryFilter: excluded /readme_preview/projects.png EntryFilter: excluded /readme_preview/publications.png EntryFilter: excluded /readme_preview/people.png EntryFilter: excluded /readme_preview/dark.png EntryFilter: excluded /readme_preview/jupyter.png EntryFilter: excluded /readme_preview/math.png EntryFilter: excluded /readme_preview/photos-screenshot.png EntryFilter: excluded /readme_preview/blog.png EntryFilter: excluded /readme_preview/distill.png EntryFilter: excluded /readme_preview/code.png EntryFilter: excluded /readme_preview/cv.png EntryFilter: excluded /_pages/about_einstein.md EntryFilter: excluded /bin/cibuild EntryFilter: excluded /bin/entry_point.sh EntryFilter: excluded /bin/deploy Reading: _books/the_godfather.md Reading: _news/announcement_1.md Reading: _news/announcement_2.md Reading: _news/announcement_3.md Reading: _projects/1_project.md Reading: _projects/2_project.md Reading: _projects/3_project.md Reading: _projects/4_project.md Reading: _projects/5_project.md Reading: _projects/6_project.md Reading: _projects/7_project.md Reading: _projects/8_project.md Reading: _projects/9_project.md Generating: JekyllOptionalFrontMatter::Generator finished in 6.41e-05 seconds. Generating: Jeky

What operating system are you using?

Not applicable (e.g. you're using GitHub Pages or other hosting)

Where are you seeing the problem on?

Deployed site

More info

Running on Github pages. After so many failed attempts, I'm avoiding using anything local although I'm still seeing the exact same errors (word by word, it is not different)

@george-gca
Copy link
Collaborator

Also, we have an answer for this error in our FAQ.

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

No branches or pull requests

2 participants