From 6accce0845a71ff5f6382948cb0cfa922f52eaf5 Mon Sep 17 00:00:00 2001 From: alanuuu <59953094+alanuuu@users.noreply.github.com> Date: Fri, 12 Apr 2024 18:01:01 +0800 Subject: [PATCH] Update deploy.yml --- .github/workflows/deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index d7e5076..79643de 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -26,6 +26,7 @@ jobs: branch: gh-pages # The branch the action should deploy to. folder: packages/vue-ui-storybook/storybook-static # The folder the action should deploy. token: ${{ secrets.ACCESS_TOKEN }} + git-config-email: alanuuu@163.com