You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update to the latest Gem version (run bundle update github-pages)
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.
The text was updated successfully, but these errors were encountered:
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!
Before submitting an issue, please be sure to
bundle update github-pages
)This issue affects
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)
bundle install
{% octicon git-branch height:16 class:"left" fill: "#606c71" %}
bundle exec jekyll serve
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.
The text was updated successfully, but these errors were encountered: