I put add after commit in github actions

This commit is contained in:
Uttarayan Mondal
2021-03-13 16:43:55 +05:30
parent 5bd775146f
commit 404843ac93
+1 -1
View File
@@ -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