Fix missing stylesheets/extra.css breaking documentation header#1
Fix missing stylesheets/extra.css breaking documentation header#1Copilot wants to merge 2 commits into
Conversation
Co-authored-by: OmerShubi <28459495+OmerShubi@users.noreply.github.com>
|
@copilot Are you sure this solves the problem?My issue is with https://eyebench.github.io/eyebench/results/eyebench_metric_tables/ returning 404 |
Thank you for the clarification. The fix I made addresses a missing If the page is still returning 404 for you, it may be a caching issue - try clearing your browser cache or waiting for GitHub Pages propagation. If the issue persists, could you provide more details about when you see the 404 (e.g., is it only the results page, or is the entire site showing issues)? The CSS fix I made (commit 28c9254) is still valid as it ensures the custom stylesheet referenced in the config is properly committed. |
mkdocs.ymlreferencesstylesheets/extra.cssbut the file doesn't exist indocs/stylesheets/.gitignorealso has*.csswhich would block any CSS files from being committeddocs/stylesheets/extra.cssfile.gitignorefordocs/stylesheets/*.cssOriginal prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.