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
I have spent considerable amount of time trying to integrate the mediumish theme with my github pages but it always ends up failing in build with the following error.
Liquid Exception: Could not locate the included file 'pagination.html' in any of ["/github/workspace/_includes", "/usr/local/bundle/gems/jekyll-theme-primer-0.6.0/_includes"]. Ensure it exists in one of those directories and is not a symlink as those are not allowed in safe mode. in docs/index.html
I don't know why I am getting this error despite the file being present in _includes folder! While I am able to serve the website on my localhost without making any changes to the code or any file, it is refusing to get auto deployed through github actions to the website.
I am a newbie in html/css/jekyll so any help would be greatly appreciated!
The text was updated successfully, but these errors were encountered:
Hello,
I have spent considerable amount of time trying to integrate the mediumish theme with my github pages but it always ends up failing in build with the following error.
Liquid Exception: Could not locate the included file 'pagination.html' in any of ["/github/workspace/_includes", "/usr/local/bundle/gems/jekyll-theme-primer-0.6.0/_includes"]. Ensure it exists in one of those directories and is not a symlink as those are not allowed in safe mode. in docs/index.html
I don't know why I am getting this error despite the file being present in _includes folder! While I am able to serve the website on my localhost without making any changes to the code or any file, it is refusing to get auto deployed through github actions to the website.
I am a newbie in html/css/jekyll so any help would be greatly appreciated!
The text was updated successfully, but these errors were encountered: