GitHub pages deployment issues
the deploy-gh-pages failed during the ScrapeRepo step (https://gitlab.kitware.com/vtk/vtk-examples/-/jobs/10212684#L2859), since no check is performed in the script to make sure the python script run succesfully, we pushed a commit on github basically removing the website: https://github.com/Kitware/vtk-examples/commit/975728bb4a95eb09e01a49f699b75f1378d35bbf
Andrew used to deploy the website manually, checking against this type of errors in the process but since we now have automated jobs we have to harden the scripts. I fear this is not the only problem we could run into
FYI @amaclean
EDIT: ok, my bad. The script behaves correctly. This is the gitlab job itself here which continue running whatever happens in the ScrapeRepo script