Skip to content

Commit eeece64

Browse files
committed
fix file_pattern
1 parent 96a45a8 commit eeece64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generate-plots.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@ jobs:
4646
uses: stefanzweifel/git-auto-commit-action@v5
4747
with:
4848
commit_message: "🤖 Auto-update function visualization plots"
49-
file_pattern: "doc/images/*.jpg doc/images/*.png"
49+
file_pattern: "doc/images/*.jpg"
5050
commit_user_name: "github-actions[bot]"
5151
commit_user_email: "github-actions[bot]@users.noreply.github.com"

0 commit comments

Comments
 (0)