From 2adc76cf415ab12847938091265f594ad4e3fd6c Mon Sep 17 00:00:00 2001 From: Uttarayan Mondal Date: Tue, 16 Mar 2021 03:50:22 +0530 Subject: [PATCH] Fix documentaion build failing due to no change --- .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 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