This commit is contained in:
Cory LaViska
2023-12-11 16:53:11 -05:00
parent 5422e6431c
commit eb9dbf097c

View File

@@ -301,7 +301,7 @@ if (!serve) {
await copy(cdndir, path.join(sitedir, 'dist'));
});
await nextTask('Building the docs', async () => {
await buildTheDocs()
await buildTheDocs();
});
}