Hi,
We have been using netlify to deploy our various documentation repositories. But there has been an issue with netlify deploys recently.
We deployed our doc site https://github.com/layer5io/meshery/tree/master/docs using netlify, & alas no CSS is getting rendered. See here:- https://meshery-documentation.netlify.app
We are using build command:- bundle exec jekyll build --drafts
and have already specified base-directory as /docs
We are using Jekyll-Docsy Theme & have deployed other Jekyll based sites too but didn’t experience any of such issues.
Any help would be highly appreciated.