Ovski4 / jekyll-tabs

Add tabs on your pages with this Jekyll plugin
MIT License
25 stars 15 forks source link

Issue with github's jekyll-build-pages #4

Closed pet-mit closed 2 years ago

pet-mit commented 2 years ago

Hello Thank you so much for this plugin!

I implemented it using the guide you provided, everything seems to be working perfectly on my PC. However, when deploying to github pages, I get this error: "Liquid Exception: Liquid syntax error (line 22): Unknown tag 'tabs' in pages/...", on a .md page where I use tabs ("{% tabs aTab %}") (Github builds Jekyll pages using actions here: https://github.com/actions/jekyll-build-pages)

Do you know if your plugin is supposed to work with github pages or if there could be some incompatibility?

Thank you for your help! Peter

pet-mit commented 2 years ago

Here is a list of supported plugins: https://pages.github.com/versions/

I have closed the issue

Ovski4 commented 2 years ago

Yes you are right, GitHub Pages runs in safe mode and only allows a few plugins.

If it can help other people having the same issue, here is a repo that can be used as a workaround. The other method would be to build locally.