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

Octicons causing pages build to fail #726

Closed
3 of 4 tasks
courtneycb opened this issue Nov 4, 2020 · 1 comment
Closed
3 of 4 tasks

Octicons causing pages build to fail #726

courtneycb opened this issue Nov 4, 2020 · 1 comment

Comments

@courtneycb
Copy link

Before submitting an issue, please be sure to

This issue affects

  • The site generated by GitHub Pages
  • Building sites locally

The GitHub Pages Gem is intended to help users replicate the GitHub Pages build environment locally. If your issue affects both the hosted version and the version previewed locally, you may be better suited reporting seeking support in other forums.

What did you do (e.g., steps to reproduce)

  • Added the gem "jekyll-octicons", "~> 11.0.0" to my Gemfile.
  • Ran bundle install
  • Used the octicon tag in an HTML file: {% octicon git-branch height:16 class:"left" fill: "#606c71" %}
  • Checked everything was working fine locally by running bundle exec jekyll serve
  • Pushed to publishing source

What did you expect to happen?

To have no build failures resulting from the jekyll-octicons plugin as according to #483 the jekyll-octicons plugin was whitelisted for everyone.

What happened instead?

The page build fails with this error The tag octicon on line 20 in _includes/table.html is not a recognized Liquid tag.

@courtneycb
Copy link
Author

Turns out I had accidentally removed the jekyll-octicons gem when I received this error. Now I'm not sure what the cause of my page failure is.. Sorry!

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

1 participant