We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78e9fea commit 5f5bfd2Copy full SHA for 5f5bfd2
1 file changed
.github/workflows/deploy.yml
@@ -54,6 +54,12 @@ jobs:
54
- name: Copy inspector into docs output
55
run: cp -r packages/inspector/docs/.vitepress/dist docs/.vitepress/dist/inspector
56
57
+ - name: Build bokeh-wrapper site
58
+ run: yarn workspace @data-navigator/bokeh-wrapper build:docs
59
+
60
+ - name: Copy bokeh-wrapper into docs output
61
+ run: cp -r packages/bokeh-wrapper/docs/.vitepress/dist docs/.vitepress/dist/bokeh-wrapper
62
63
- name: Upload artifact
64
uses: actions/upload-pages-artifact@v3
65
with:
0 commit comments