arquillian.github.io icon indicating copy to clipboard operation
arquillian.github.io copied to clipboard

Fine tune website generation steps

Open bartoszmajsak opened this issue 7 years ago • 1 comments

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.

bartoszmajsak avatar May 23 '17 08:05 bartoszmajsak

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

MatousJobanek avatar May 23 '17 17:05 MatousJobanek