urfreespace commented on code in PR #183:
URL: https://github.com/apache/pulsar-site/pull/183#discussion_r956844911
##########
.github/workflows/ci-pulsar-website-next-build.yaml:
##########
@@ -33,9 +33,9 @@ jobs:
timeout-minutes: 600
steps:
- name: checkout
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
with:
- fetch-depth: 2
+ fetch-depth: 1
Review Comment:
here, we need depth 2, we need to compare the changes of the last 2 commits
because we judge which versions of the documents have changed and only build
the changed versions
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]