storybook-eol/storybook-deployer

Site hierarchy

priandsf opened this issue · 0 comments

It will be helpful to add the whole hierarchy rather that just the current output dir. In my use case, I have mono repo with more than just the Storybook site.

Typically, it involves the line:
publishUtils.exec('git add .');

to be replaced by:
publishUtils.exec('git -A add .');