-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Website visualization is broken #207
Comments
cc @diegoferigo |
Now the job for generating the website is broken:
See https://github.com/robotology/wb-toolbox/pull/222/checks?check_run_id=3016328818 . |
Thanks for the ping. I assigned the issue to myself but I still didn't start debugging the problem. |
Just to clarify, I posted in the issue because now the job is failing at the CI level (generating a red job), and not only generating a broken website (as before). |
I fixed the generation in #223 but this problem persists. Locally the website renders correctly, but when deployed it does not. I noticed that most of the documentation is now in blockfactory and the website mainly contains the installation instructions, what do you think @traversaro if we move the content to the README? There was originally the idea to create also some tutorials and for them the website would have been a better choice, but I doubt anyone will do that anytime soon. |
Moving to the README is perfectly fine for me. |
I quickly checked the difference, and while locally the website is rendered by the latest mkdocs, i.e. the source code of the website contained:
the deployed version contained:
Then there are many more differences, but it is quite difficult to investigate more differences until this one is sorted out. |
It seems that pip in the Actions is installing
|
I found part of the problem. The rest of the files get deployed correctly, but any file called wb-toolbox/.github/workflows/website.yml Line 96 in f436bcf
gh-pages branch . Any file not called index.html as the correct line:
However, this does not solves completly the problem as also the 404 page is not working correctly even if it corresponds to the locally generated one, see https://robotology.github.io/wb-toolbox/mkdocs/404.html . |
No, it turns out that that was it, I fixed it locally and it works: https://traversaro.github.io/wb-toolbox/mkdocs/index.html . |
Website is broken: https://robotology.github.io/wb-toolbox/mkdocs/index.html .
The text was updated successfully, but these errors were encountered: