Currently, in order to generate the whole content we have to invoke following steps:
awestruct -d
awestruct --server -P production
awestruct -P production --deploy
first two are rather redundant and ideally we should have it as one (--server as it also generates modules pages).
We have to investigate how to tweak the pipeline to not waste time invoking generation twice.
Currently, in order to generate the whole content we have to invoke following steps:
first two are rather redundant and ideally we should have it as one (
--serveras it also generatesmodulespages).We have to investigate how to tweak the pipeline to not waste time invoking generation twice.