diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index f8a75f5..56260cd 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -39,5 +39,5 @@ jobs: run: | git config --global user.name '${{github.repository_owner}}' git config --global user.email '${{github.actor}}@users.noreply.github.com' - git add readme.md && git commit -m "Built the .tex.md files" + git add . && git commit -m "Built the .tex.md files" git push \ No newline at end of file