-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
because upstream bug should be fixed: stefanzweifel/git-auto-commit-action#239
- Loading branch information
Showing
2 changed files
with
4 additions
and
363 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,8 @@ name: "Convert notebooks to markdown" | |
on: | ||
pull_request: | ||
paths: | ||
"**/*.ipynb" | ||
- "**/*.ipynb" | ||
- ".github/workflows/nbconvert.yml" | ||
|
||
jobs: | ||
nbconvert_to_md: | ||
|
@@ -28,9 +29,7 @@ jobs: | |
uses: stefanzweifel/[email protected] | ||
with: | ||
commit_message: "chore: converts notebooks to markdown" | ||
# file_pattern does not conserve single quotes | ||
# so recursive '*.md' does not work… | ||
file_pattern: "*.md experiments/*.md" | ||
file_pattern: "'*.md'" | ||
commit_user_name: "nbconvert bot" | ||
commit_user_email: "[email protected]" | ||
commit_author: "Alex Garel <[email protected]>" | ||
commit_author: "Alex Garel <[email protected]>" |
This file was deleted.
Oops, something went wrong.