Skip to content

Fix scripting in docs builds

Kenneth Moreland requested to merge kmorel/vtk-m:docs-scripts into master

The scripts for the docs CI was set up to build the documentation (doxygen and user's guide) during the before_script stage. This was a hack so that different versions of the docs could post the built pages during the script phase. However, this causes problems with running in reproduce_ci_env.py.

Instead, move the actual building of documentation to the script stage.

Edited by Kenneth Moreland

Merge request reports