Help page deploying job may fail due to "artifacts for pages are too large"

Sometimes page deploying job will fail because of the weight of built help pages.

A workaround is to remove documentation of older versions with mc rm -r --force minio-otb/s1-tiling/www/0.2.0rc42/ for instance. But this is only a workaround, and the problem needs to be fixed.

If we take a look closer at the _static directories, we see they occupy 12Mb each. It's not even from the few S1 and S2 images used in the documentation but mostly from fonts/ and css/ data.

We need to find a way to factorize there two information (or may be _static/ directory in order to reduce the weight of page artefacts.