-
Couldn't load subscription status.
- Fork 147
Open
Labels
Description
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.