8000 fix rendering of statistical charts · plotly/plotly.rs@d27c261 · GitHub
[go: up one dir, main page]

Skip to content

Commit d27c261

Browse files
committed
fix rendering of statistical charts
1 parent a877aee commit d27c261

File tree

5 files changed

+318
-1033
lines changed

5 files changed

+318
-1033
lines changed

.github/workflows/book.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ jobs:
1717
- uses: actions/checkout@v4
1818
- run: cargo install mdbook
1919
- name: Build examples
20-
run: cd ${{ github.workspace }}/examples/basic_charts && cargo run
20+
run: |
21+
cd ${{ github.workspace }}/examples/basic_charts && cargo run
22+
cd ${{ github.workspace }}/examples/statistical_charts && cargo run
2123
- run: mdbook build docs/book
2224
- name: Checkout gh-pages branch
2325
run: |

0 commit comments

Comments
 (0)
0