You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by wa...@apache.org on 2021/08/26 12:26:03 UTC

[echarts-handbook] branch master updated: try to fix the bug that generated contributors are missing

This is an automated email from the ASF dual-hosted git repository.

wangzx pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/echarts-handbook.git


The following commit(s) were added to refs/heads/master by this push:
     new 4ff777b  try to fix the bug that generated contributors are missing
4ff777b is described below

commit 4ff777b75ccaea21db8973993c066d922c6a57db
Author: Zhongxiang.Wang <yh...@all-my-life.cn>
AuthorDate: Thu Aug 26 20:25:58 2021 +0800

    try to fix the bug that generated contributors are missing
---
 .github/workflows/deploy.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index 2263b48..2754715 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -11,6 +11,9 @@ jobs:
     steps:
       - name: Checkout 🛎️
         uses: actions/checkout@v2
+        with:
+          # for generating contributors from all commit histories
+          fetch-depth: 0
 
       - name: Install and Build 🔧
         run: |

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org