Running into a problem where normal pages are working fine, however collection pages are not found by html-proofer.
Example error message:
* internally linking to /blog/choose-a-datasource, which does not exist (line 82)
<a href="/blog/choose-a-datasource" class="current">Choose a data source</a>
This message comes from the following Travis report. There are a lot of collection pages not found: https://travis-ci.org/semi-technologies/semi-website/builds/514826595#L1065
However, when you look in the source folder the the page does exist: https://github.com/semi-technologies/semi-website/tree/permalinks/_blog
And in a jekyll build these files are successfully created in ./_site
.
Does someone have experience with this?