You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ha...@apache.org on 2022/11/18 06:31:03 UTC

[iotdb] branch add_site_ci updated: Add website compile CI

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

haonan pushed a commit to branch add_site_ci
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/add_site_ci by this push:
     new f68016956b Add website compile CI
f68016956b is described below

commit f68016956b42546ae4d60273c6ff22307865d459
Author: HTHou <hh...@outlook.com>
AuthorDate: Fri Nov 18 14:30:52 2022 +0800

    Add website compile CI
---
 .github/workflows/client-cpp.yml        | 3 +++
 .github/workflows/client-go.yml         | 1 +
 .github/workflows/client-python.yml     | 1 +
 .github/workflows/cluster-it-1c1d.yml   | 1 +
 .github/workflows/cluster-it-1c3d.yml   | 1 +
 .github/workflows/e2e.yml               | 1 +
 .github/workflows/grafana-plugin.yml    | 3 +++
 .github/workflows/influxdb-protocol.yml | 1 +
 .github/workflows/main-unix.yml         | 1 +
 .github/workflows/main-win.yml          | 1 +
 .github/workflows/site-build.yml        | 3 ++-
 .github/workflows/sonar-coveralls.yml   | 1 +
 .github/workflows/sync.yml              | 1 +
 site/src/main/.vuepress/config.js       | 2 +-
 14 files changed, 19 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/client-cpp.yml b/.github/workflows/client-cpp.yml
index d5f6a22633..486b5f10b2 100644
--- a/.github/workflows/client-cpp.yml
+++ b/.github/workflows/client-cpp.yml
@@ -11,6 +11,9 @@ on:
       - master
       - "rel/*"
       - "new_*"
+    paths-ignore:
+      - 'docs/**'
+      - 'site/**'
   pull_request:
     branches:
       - master
diff --git a/.github/workflows/client-go.yml b/.github/workflows/client-go.yml
index 21d840e117..d7cf7fb753 100644
--- a/.github/workflows/client-go.yml
+++ b/.github/workflows/client-go.yml
@@ -10,6 +10,7 @@ on:
       - "new_*"
     paths-ignore:
       - 'docs/**'
+      - 'site/**'
   pull_request:
     branches:
       - master
diff --git a/.github/workflows/client-python.yml b/.github/workflows/client-python.yml
index 790b24765c..f4ac54dcd4 100644
--- a/.github/workflows/client-python.yml
+++ b/.github/workflows/client-python.yml
@@ -10,6 +10,7 @@ on:
       - "new_*"
     paths-ignore:
       - 'docs/**'
+      - 'site/**'
   pull_request:
     branches:
       - master
diff --git a/.github/workflows/cluster-it-1c1d.yml b/.github/workflows/cluster-it-1c1d.yml
index c7cdf85ab5..2fdeedd852 100644
--- a/.github/workflows/cluster-it-1c1d.yml
+++ b/.github/workflows/cluster-it-1c1d.yml
@@ -6,6 +6,7 @@ on:
       - master
     paths-ignore:
       - 'docs/**'
+      - 'site/**'
   pull_request:
     branches:
       - master
diff --git a/.github/workflows/cluster-it-1c3d.yml b/.github/workflows/cluster-it-1c3d.yml
index 219b0c40f5..0006cdb40a 100644
--- a/.github/workflows/cluster-it-1c3d.yml
+++ b/.github/workflows/cluster-it-1c3d.yml
@@ -6,6 +6,7 @@ on:
       - master
     paths-ignore:
       - 'docs/**'
+      - 'site/**'
   pull_request:
     branches:
       - master
diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml
index e3f42ee01c..225df573d3 100644
--- a/.github/workflows/e2e.yml
+++ b/.github/workflows/e2e.yml
@@ -9,6 +9,7 @@ on:
       - test/e2e
     paths-ignore:
       - 'docs/**'
+      - 'site/**'
   pull_request:
     branches:
       - cluster_new
diff --git a/.github/workflows/grafana-plugin.yml b/.github/workflows/grafana-plugin.yml
index 5338a8ab54..d5a1ddd5be 100644
--- a/.github/workflows/grafana-plugin.yml
+++ b/.github/workflows/grafana-plugin.yml
@@ -5,6 +5,9 @@ on:
     branches:
       - master
       - "new_*"
+    paths-ignore:
+      - 'docs/**'
+      - 'site/**'
   pull_request:
     branches:
       - master
diff --git a/.github/workflows/influxdb-protocol.yml b/.github/workflows/influxdb-protocol.yml
index 4ac2870e45..6d51942c1c 100644
--- a/.github/workflows/influxdb-protocol.yml
+++ b/.github/workflows/influxdb-protocol.yml
@@ -20,6 +20,7 @@ on:
       - "new_*"
     paths-ignore:
       - 'docs/**'
+      - 'site/**'
   pull_request:
     branches:
       - master
diff --git a/.github/workflows/main-unix.yml b/.github/workflows/main-unix.yml
index cde7840423..7ddb3d1ae7 100644
--- a/.github/workflows/main-unix.yml
+++ b/.github/workflows/main-unix.yml
@@ -11,6 +11,7 @@ on:
       - "new_*"
     paths-ignore:
       - 'docs/**'
+      - 'site/**'
   pull_request:
     branches:
       - master
diff --git a/.github/workflows/main-win.yml b/.github/workflows/main-win.yml
index b055ee16ef..4e496d10db 100644
--- a/.github/workflows/main-win.yml
+++ b/.github/workflows/main-win.yml
@@ -11,6 +11,7 @@ on:
       - "new_*"
     paths-ignore:
       - 'docs/**'
+      - 'site/**'
   pull_request:
     branches:
       - master
diff --git a/.github/workflows/site-build.yml b/.github/workflows/site-build.yml
index 8c9627c1d8..99b161a080 100644
--- a/.github/workflows/site-build.yml
+++ b/.github/workflows/site-build.yml
@@ -5,8 +5,9 @@ on:
     branches:
       - master
       - 'rel/*'
-    paths-ignore:
+    paths:
       - 'docs/**'
+      - 'site/**'
   pull_request:
     branches:
       - master
diff --git a/.github/workflows/sonar-coveralls.yml b/.github/workflows/sonar-coveralls.yml
index 154f639f2c..14251f9b88 100644
--- a/.github/workflows/sonar-coveralls.yml
+++ b/.github/workflows/sonar-coveralls.yml
@@ -11,6 +11,7 @@ on:
       - "new_*"
     paths-ignore:
       - "docs/**"
+      - 'site/**'
   pull_request:
     branches:
       - master
diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml
index 5077a46361..4ee8150089 100644
--- a/.github/workflows/sync.yml
+++ b/.github/workflows/sync.yml
@@ -6,6 +6,7 @@ on:
 #      - master
 #    paths-ignore:
 #      - 'docs/**'
+#      - 'site/**'
 #  pull_request:
 #    branches:
 #      - master
diff --git a/site/src/main/.vuepress/config.js b/site/src/main/.vuepress/config.js
index e303d2ab6c..253b97b071 100644
--- a/site/src/main/.vuepress/config.js
+++ b/site/src/main/.vuepress/config.js
@@ -964,7 +964,7 @@ var config = {
 							['Maintenance-Tools/NodeTool','Node Tool'],
 							['Maintenance-Tools/Watermark-Tool','Watermark Tool'],
 							['Maintenance-Tools/Sync-Tool','Sync Tool'],
-							['Maintenance-Tools/TsFile-Split-Tool','TsFile Split Tool']
+							['Maintenance-Tools/TsFile-Split-Tool','TsFile Split Tool'],
 						]
 					},
 					{