Skip to content

Commit 5f5bfd2

Browse files
committed
ensure github actions deploys bokeh wrapper site
1 parent 78e9fea commit 5f5bfd2

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,12 @@ jobs:
5454
- name: Copy inspector into docs output
5555
run: cp -r packages/inspector/docs/.vitepress/dist docs/.vitepress/dist/inspector
5656

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+
5763
- name: Upload artifact
5864
uses: actions/upload-pages-artifact@v3
5965
with:

0 commit comments

Comments
 (0)