File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 1616 steps :
1717 - name : Checkout your repository using git
1818 uses : actions/checkout@v3
19+ with :
20+ submodules : true
1921 - name : Install, build, and upload your site
2022 uses :
2123 withastro/action@v1
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ export default defineConfig({
2929 themes : [ 'dracula' , 'github-light' ] ,
3030 useStarlightUiThemeColors : true ,
3131 } ,
32- plugins : process . env . CI ? [ ] : [
32+ plugins : [
3333 starlightTypeDoc ( {
3434 entryPoints : [
3535 // 'obsidian-js-engine-plugin/JsEngine.d.ts',
@@ -70,6 +70,7 @@ export default defineConfig({
7070
7171 plugin : [ 'typedoc-plugin-mdn-links' ] ,
7272 } ,
73+ output : 'api' ,
7374 tsconfig : 'obsidian-js-engine-plugin/tsconfig.json' ,
7475 sidebar : {
7576 label : 'API Reference' ,
You can’t perform that action at this time.
0 commit comments