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

tison pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/kvrocks-website.git


The following commit(s) were added to refs/heads/main by this push:
     new 3ae494f  Make last-edit more accurate (#157)
3ae494f is described below

commit 3ae494f5f7bb54e89050f9056f50148520c2e5be
Author: Twice <[email protected]>
AuthorDate: Sat Sep 23 12:37:57 2023 +0900

    Make last-edit more accurate (#157)
---
 .github/workflows/deploy.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index 0521e78..cc98c52 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -28,6 +28,8 @@ jobs:
     runs-on: ubuntu-latest
     steps:
       - uses: actions/checkout@v3
+        with:
+          fetch-depth: 0
       - uses: actions/setup-node@v3
         with:
           node-version: 19.x

Reply via email to