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 7f4a982 commit 49eca22Copy full SHA for 49eca22
.github/workflows/book.yml
@@ -24,6 +24,7 @@ jobs:
24
cd ${{ github.workspace }}/examples/financial_charts && cargo run
25
cd ${{ github.workspace }}/examples/3d_charts && cargo run
26
cd ${{ github.workspace }}/examples/subplots && cargo run
27
+ cd ${{ github.workspace }}/examples/shapes && cargo run
28
- run: mdbook build docs/book
29
- name: Checkout gh-pages branch
30
run: |
0 commit comments