Skip to content

Commit 8d9e18f

Browse files
committed
fix path of images in "Detect UML changes" job
1 parent 63631ca commit 8d9e18f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/uml.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Detect UML changes
3030
id: changes
3131
run: |
32-
git add docs/source/uml/*.png
32+
git add docs/source/_static/*.png
3333
if git diff --staged --exit-code; then
3434
echo "No changes to commit"
3535
echo "changes_exist=false" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)