I host my blog on github pages with jekyll.
In my Gemfile I added a plugin. But it doesn't work as I expected. After some research I found the file was excluded by the action.
What's the reason of doing so? And how could I add custom plugins? Adding _plugins fold might not be a good idea since the plugin has dependencies.