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 ee7a000 update
ee7a000 is described below
commit ee7a000ef592a6e3ffd07c042ab26fd1d51417f5
Author: LiLi <[email protected]>
AuthorDate: Thu Feb 17 14:43:27 2022 +0800
update
Signed-off-by: LiLi <[email protected]>
---
.github/workflows/ci-pulsar-website-build.yaml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/ci-pulsar-website-build.yaml
b/.github/workflows/ci-pulsar-website-build.yaml
index ac8a337..c6ef3ee 100644
--- a/.github/workflows/ci-pulsar-website-build.yaml
+++ b/.github/workflows/ci-pulsar-website-build.yaml
@@ -18,9 +18,9 @@
#
name: CI - Pulsar Website build
-# on:
-# push:
-# branches: [main]
+on:
+ push:
+ branches: [main]
env:
MAVEN_OPTS: -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false
-Dmaven.wagon.http.retryHandler.class=standard
-Dmaven.wagon.http.retryHandler.count=3