Check the buildpath on CF, vite has new path. Default is ”wrong” on CF
Check the buildpath on CF, vite has new path. Default is ”wrong” on CF
head?if: github.event.check_run.name == 'Cloudflare Pages' && github.event.check_run.conclusion == 'success' && github.ref == 'refs/heads/main' to trigger a job that runs a search indexer to scan the site, which is now not triggering because cloudflare isnt reporting back in a way that allows this to trigger, which i assume is the conclusion, because i've also been having problems with Required Checks, not passing even tho the build/deploy worked fine and annotated the PR<url>
<loc>https://example com/post-1/</loc>
<lastmod>2021-01-01</lastmod>
</url>
<url>
<loc>https://example com/post-2/</loc>
<lastmod>2022-02-02</lastmod>
</url>
<url>
<loc>https://example com/post-3/</loc>
<lastmod>2023-03-03</lastmod>
</url><url>
<loc>https://example com/post-1/</loc>
</url>
<url>
<loc>https://example com/post-2/</loc>
</url>
<url>
<loc>https://example com/post-3/</loc>
</url>on:
check_run:
types: [completed]if: github.event.check_run.name == 'Cloudflare Pages' && github.event.check_run.conclusion == 'success' && github.ref == 'refs/heads/main'<url>
<loc>https://example com/post-1/</loc>
<lastmod>2021-01-01</lastmod>
</url>
<url>
<loc>https://example com/post-2/</loc>
<lastmod>2022-02-02</lastmod>
</url>
<url>
<loc>https://example com/post-3/</loc>
<lastmod>2023-03-03</lastmod>
</url><url>
<loc>https://example com/post-1/</loc>
</url>
<url>
<loc>https://example com/post-2/</loc>
</url>
<url>
<loc>https://example com/post-3/</loc>
</url>{
"version": 1,
"include": ["/blog1*"],
"exclude": []
}