robotology / wb-toolbox

Simulink toolbox to rapidly prototype robot controllers
https://robotology.github.io/wb-toolbox/
GNU Lesser General Public License v2.1
24 stars 17 forks source link

Fix website generation by moving index.html of the documentation website in main repo #227

Closed traversaro closed 3 years ago

traversaro commented 3 years ago

Fix https://github.com/robotology/wb-toolbox/issues/207 .

In particular, this fixes a regression for which index.html files were never updated, probably with the intention of making sure that the index.html contained in the gh-pages (added in https://github.com/robotology/wb-toolbox/commit/8ed7bc06a50bb9c07a7df2a88e69c422d1907c9d#diff-0eb547304658805aad788d320f10bf1f292797b5e6d745a3bf617584da017051) was never overwritten. To avoid this, the index.html is now contained in the doc directory, and copied in the deploy folder when necessary. This also ensure that everything necessary to generate the documentation website is managed and versioned as part of the main repo.