diff --git a/.github/workflows/nbtomd.yml b/.github/workflows/nbtomd.yml index 2ade4e25..3a72c08e 100644 --- a/.github/workflows/nbtomd.yml +++ b/.github/workflows/nbtomd.yml @@ -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