This is an automated email from the ASF dual-hosted git repository.
urfree pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git
The following commit(s) were added to refs/heads/main by this push:
new a5ae125 update
a5ae125 is described below
commit a5ae1253dd692fe371e36e29a8b202d3f3bea39b
Author: LiLi <[email protected]>
AuthorDate: Wed Jan 26 17:28:40 2022 +0800
update
Signed-off-by: LiLi <[email protected]>
---
.github/workflows/ci-pulsar-website-next-build.yaml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.github/workflows/ci-pulsar-website-next-build.yaml
b/.github/workflows/ci-pulsar-website-next-build.yaml
index f492025..0a77ed7 100644
--- a/.github/workflows/ci-pulsar-website-next-build.yaml
+++ b/.github/workflows/ci-pulsar-website-next-build.yaml
@@ -38,6 +38,9 @@ jobs:
steps:
- name: checkout
uses: actions/checkout@v2
+ with:
+ fetch-depth: 0
+
# - name: Get changed files
# run: |
# git diff --name-only ${{ github.event.before }}..${{
github.event.after }}