Skip to content

Commit 7ff8cf4

Browse files
authored
Merge pull request #5 from jmchilton/updates_2025
Updates 2025
2 parents a2fcaa1 + 83fdff2 commit 7ff8cf4

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/deploy-docs.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,12 @@ jobs:
5050
run: |
5151
uv sync --all-extras
5252
53+
- name: Cache PlantUML jar
54+
uses: actions/cache@v4
55+
with:
56+
path: images/plantuml.jar
57+
key: plantuml-jar-v1
58+
5359
- name: Validate topics
5460
run: make validate
5561

images/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ OUTPUTS := $(ALL_INPUTS:.txt=.svg)
99
all: plantuml.jar $(OUTPUTS)
1010

1111
$(MINDMAP_INPUTS): $(MINDMAPS)
12-
python mindmap_yaml_to_plantuml.py $(MINDMAPS)
12+
uv run python mindmap_yaml_to_plantuml.py $(MINDMAPS)
1313

1414
$(OUTPUTS): $(ALL_INPUTS)
1515
java -jar plantuml.jar -c plantuml_options.txt -tsvg $(ALL_INPUTS)

0 commit comments

Comments
 (0)