arquillian.github.io
arquillian.github.io copied to clipboard
Fine tune website generation steps
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.
I'm not 100% sure, but I would guess that these two commands:
awestruct --server -P production
awestruct -P production --deploy
you can shrink to:
awestruct -P production -g --deploy
However, it doesn't change anything in the problem with Jira links (that are generated only when you run awestruct -d