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 63631ca commit 8d9e18fCopy full SHA for 8d9e18f
.github/workflows/uml.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: Detect UML changes
30
id: changes
31
run: |
32
- git add docs/source/uml/*.png
+ git add docs/source/_static/*.png
33
if git diff --staged --exit-code; then
34
echo "No changes to commit"
35
echo "changes_exist=false" >> $GITHUB_OUTPUT
0 commit comments