diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index e5bd7c10..2780647e 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -35,5 +35,5 @@ jobs: cp index.html docs/ git add docs - git commit -am "Auto Generated Documentation" + git commit --allow-empty -am "Auto Generated Documentation" git push