Does pages.github.com support directory names with a preceeding . (dot)?

后端 未结 1 955
执念已碎
执念已碎 2021-01-19 18:21

I am using a Maven plugin (jacoco-maven-plugin) which generates a site report whose images and css files are in a folder with a preceeding . (dot) in the name. For example:

相关标签:
1条回答
  • 2021-01-19 19:08

    I think this is related to pages.github.com's support for Jekyll.

    I am now able to get my page.github.com to work with directory names that include a preceding dot (.)

    The solution was to add a .nojekyll file in the root of my gh-pages branch.

    The following resources helped me solve the issue:

    • Publishing a Maven site having jacoco reports at Github's gh-pages
    • Bypassing Jekyll on GitHub Pages
    0 讨论(0)
提交回复
热议问题