-
Hopefully a simple question, I couldn't see anything in the documentation, is there a way to specify the output directory/folder for the built html and assets?
The default option seems to be to build into a hidden folder |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Yes, there is an Lines 15 to 19 in 14e7132 |
Beta Was this translation helpful? Give feedback.
Yes, there is an
--out
(or shorthand-o
) argument to thenotebooks build
command. Note that the output path is relative to the specified root (such asdocs
).notebook-kit/bin/build.ts
Lines 15 to 19 in 14e7132