From 1d7180e6cdeaeed828b99e0f6543bf3f9ae223e8 Mon Sep 17 00:00:00 2001 From: Ju4tCode <42488585+yanyongyu@users.noreply.github.com> Date: Thu, 24 Sep 2020 00:04:43 +0800 Subject: [PATCH] :construction_worker: update api docs ci --- .github/workflows/api_docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/api_docs.yml b/.github/workflows/api_docs.yml index b6dab96b..ebf1741a 100644 --- a/.github/workflows/api_docs.yml +++ b/.github/workflows/api_docs.yml @@ -36,5 +36,5 @@ jobs: git config user.name nonebot git config user.email nonebot@nonebot.dev git add . - git commit -m ":memo: update api docs" + git diff-index --quiet HEAD || git commit -m ":memo: update api docs" git push