mittagessen / kraken

OCR engine for all the languages
http://kraken.re
Apache License 2.0
724 stars 130 forks source link

Website Redirect #533

Closed waynegraham closed 1 year ago

waynegraham commented 1 year ago

The web page (https://kraken.re/) returns a 404 error after the redirect to https://kraken.re/main/index.html. Build 207 shows a successful pages build, and running sphinx-multiversion docs build/html locally builds the docs as expected.

I did note that the tags all work as expected (e.g. https://kraken.re/4.3.0/index.html) and navigation works as expected, but it appears the directory for main isn't built on gh-pages for some reason in the deployment workflow.

stweil commented 1 year ago

I can confirm that https://kraken.re/ is still failing. Ping @mittagessen.

mittagessen commented 1 year ago

it's a long-standing bug in the gh-page publication action. When a new release is tagged it pushes the sphinx docs for the release but because the last commit is a tag and not just the main branch no docs for the default case are created. I thought I had fixed it before August with a dummy commit but there was an error in the run.

mittagessen commented 1 year ago

Well, for some reason the sphinx tasks succeeds now and the website works again. No idea why though and I couldn't find the source of the original error even after spending way too much time on tracking it down.