Skip to content

Commit b0433c4

Browse files
committed
build: fix git-auto-commit
because upstream bug should be fixed: stefanzweifel/git-auto-commit-action#239
1 parent aa999d5 commit b0433c4

File tree

2 files changed

+4
-363
lines changed

2 files changed

+4
-363
lines changed

.github/workflows/nbconvert.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ name: "Convert notebooks to markdown"
66
on:
77
pull_request:
88
paths:
9-
"**/*.ipynb"
9+
- "**/*.ipynb"
10+
- ".github/workflow/nbconvert.yml"
1011

1112
jobs:
1213
nbconvert_to_md:
@@ -28,9 +29,7 @@ jobs:
2829
uses: stefanzweifel/[email protected]
2930
with:
3031
commit_message: "chore: converts notebooks to markdown"
31-
# file_pattern does not conserve single quotes
32-
# so recursive '*.md' does not work…
33-
file_pattern: "*.md experiments/*.md"
32+
file_pattern: "'**.md'"
3433
commit_user_name: "nbconvert bot"
3534
commit_user_email: "[email protected]"
36-
commit_author: "Alex Garel <[email protected]>"
35+
commit_author: "Alex Garel <[email protected]>"

experiments/Train.md

Lines changed: 0 additions & 358 deletions
This file was deleted.

0 commit comments

Comments
 (0)