Handbook documentation & build flow fixes

This commit is contained in:
KingRainbow44
2023-09-13 21:03:32 -04:00
parent 8db1f597ce
commit 6108a3bb37
2 changed files with 30 additions and 0 deletions

View File

@@ -386,6 +386,12 @@ tasks.register('generateHandbook') {
return
}
// Install dependencies before building.
exec {
workingDir 'src/handbook'
commandLine npm, 'install'
}
// Build the handbook.
exec {
workingDir 'src/handbook'