diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index ae95eb6..1cc4334 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -76,6 +76,6 @@ jobs: run: | git config --global user.email "cis-oss@users.noreply.github.com" git config --global user.name "Continuous Integration" - git add . + git add docs/ -f git commit -m "CI updated the documentation" git push \ No newline at end of file