diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index c5d9b7d..e5bd7c1 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -34,6 +34,6 @@ jobs: cp -r target/doc ./docs cp index.html docs/ - git commit -am "Auto Generated Documentation" git add docs + git commit -am "Auto Generated Documentation" git push