From 404843ac93848a5657949611a7a2eeb92e89b363 Mon Sep 17 00:00:00 2001 From: Uttarayan Mondal Date: Sat, 13 Mar 2021 16:43:55 +0530 Subject: [PATCH] I put add after commit in github actions --- .github/workflows/docs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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