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

albumenj pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-website.git


The following commit(s) were added to refs/heads/master by this push:
     new b4a8477a008 use fetch depth for deploy
b4a8477a008 is described below

commit b4a8477a0086e8c9d03ea73f405d416c77eb01ef
Author: Albumen Kevin <[email protected]>
AuthorDate: Mon Jan 2 22:05:26 2023 +0800

    use fetch depth for deploy
---
 .github/workflows/build_and_deploy.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/build_and_deploy.yml 
b/.github/workflows/build_and_deploy.yml
index 2c06e42cf9e..7e4000f9453 100644
--- a/.github/workflows/build_and_deploy.yml
+++ b/.github/workflows/build_and_deploy.yml
@@ -14,6 +14,7 @@ jobs:
       - uses: actions/checkout@v2
         with:
           submodules: recursive
+          fetch-depth: 0
       - name: Setup Node
         uses: actions/setup-node@v1
         with:
@@ -48,6 +49,7 @@ jobs:
       - uses: actions/checkout@v2
         with:
           submodules: recursive
+          fetch-depth: 0
       - name: Setup Node
         uses: actions/setup-node@v1
         with:

Reply via email to