Skip to content

Commit 9e6379a

Browse files
authored
Minimal1 (#12)
* ci: Fix PlantUML integration in CI documentation build - Add Java installation via actions/setup-java@v3 - Install PlantUML on each platform (Linux, macOS, Windows) - Replace docs-html with docs-with-diagrams to ensure diagrams are included - Add platform-specific PlantUML installation steps - Update workflow to correctly generate UML diagrams in documentation
1 parent c5f6c2d commit 9e6379a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
run: cargo install just --locked
5656

5757
- name: Build Sphinx documentation
58-
run: just docs-html
58+
run: just docs-with-diagrams
5959

6060
- name: Setup Rust and build API docs
6161
uses: actions-rs/toolchain@v1

0 commit comments

Comments
 (0)