You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On the Github workflow, we use mike deploy command to deploy our docs to Github-pages. Although mike updates versioned contents (/0.7/ and /latest/), it does not update contents on the root such like 404.html.
If we access a wrong URL, Github-pages uses 404.html on the root as an error page. So currently we still see a broken error page if we access a wrong path.
Expected Behavior
By #70 , 404.html was updated. So it was supposed that we could see the error page properly.
Actual Behavior
The error page is still broken.
Steps to Reproduce the Problem
Please see a wrong URL like https://kserve.github.io/website/0.7/admin/.
Additional Info
Cause
mike deploy
command to deploy our docs to Github-pages. Although mike updates versioned contents (/0.7/ and /latest/), it does not update contents on the root such like 404.html.Proposal
Run
mkdocs gh-deploy
command before we runmike deploy
on Github workflow. So we can sync contents on the root with the latest contents.Thanks!
The text was updated successfully, but these errors were encountered: