Skip to content

Commit

Permalink
Update nbtomd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ajitjohnson authored Mar 20, 2024
1 parent 855dfe7 commit f791aa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nbtomd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
run: |
git config --global user.name "${{ env.CI_COMMIT_AUTHOR }}"
git config --global user.email "ajitjohnson@users.noreply.github.com"
git add docs/Tutorials/md/*
git add docs/tutorials/md/*
if [ -z "$(git status --porcelain)" ]; then
echo "Nothing to commit, working tree is clean."
exit 0
Expand Down

0 comments on commit f791aa7

Please sign in to comment.