diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 601906a..8d05ecc 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -142,6 +142,6 @@ jobs: ls git config user.name "github-actions" git config user.email "github-actions@github.com" - git add docs + git add docs/* git commit -m "update docs" git push