Skip to content

Commit beb076a

Browse files
committed
build: fix workflow name
Signed-off-by: Jan Larwig <jan@larwig.com>
1 parent 93c5ec7 commit beb076a

File tree

23 files changed

+23
-5
lines changed

23 files changed

+23
-5
lines changed

.github/workflows/docs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: ci
1+
name: Docs
22
on:
33
push:
44
branches:
@@ -17,12 +17,12 @@ jobs:
1717
- uses: actions/setup-python@v5
1818
with:
1919
python-version: 3.x
20-
- name: Install mkdocs-drawio
20+
- name: Build mkdocs-drawio
2121
run: |
22-
pip install poetry
23-
poetry build
22+
poetry install
2423
- name: Build and publish docs
2524
run: |
2625
cd examples
26+
source $(poetry env info --path)/bin/activate
2727
pip install -r requirements.txt
2828
mkdocs gh-deploy --force

examples/docs/circle-square.drawio

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<?xml version='1.0' encoding='utf-8'?>
2+
<mxfile version="26.0.7">
3+
<diagram name="Page-1" id="mV4jbraemd7C51ydpzk2">
4+
<mxGraphModel dx="565" dy="355" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="394" pageHeight="394" math="0" shadow="0">
5+
<root>
6+
<mxCell id="0" />
7+
<mxCell id="1" parent="0" />
8+
<mxCell id="7JHgTfKEjFP575Ptm9la-1" value="" style="ellipse;whiteSpace=wrap;html=1;aspect=fixed;" vertex="1" parent="1">
9+
<mxGeometry x="80" y="40" width="80" height="80" as="geometry" />
10+
</mxCell>
11+
<mxCell id="7JHgTfKEjFP575Ptm9la-2" value="" style="whiteSpace=wrap;html=1;aspect=fixed;fillColor=#f8cecc;strokeColor=#b85450;" vertex="1" parent="1">
12+
<mxGeometry x="180" y="40" width="80" height="80" as="geometry" />
13+
</mxCell>
14+
</root>
15+
</mxGraphModel>
16+
</diagram>
17+
</mxfile>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)