This is an automated email from the ASF dual-hosted git repository.
xiangfu pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/pinot-site.git
The following commit(s) were added to refs/heads/dev by this push:
new 2d68a4b3 Remove website build and publish script for dev branch
2d68a4b3 is described below
commit 2d68a4b36764e79532f5297bbcff70a981477ade
Author: Xiang Fu <[email protected]>
AuthorDate: Sat Apr 6 14:33:45 2024 +0800
Remove website build and publish script for dev branch
---
.github/workflows/website-build.yml | 32 --------------------------------
.github/workflows/website-publish.yml | 34 ----------------------------------
2 files changed, 66 deletions(-)
diff --git a/.github/workflows/website-build.yml
b/.github/workflows/website-build.yml
deleted file mode 100644
index b02552e3..00000000
--- a/.github/workflows/website-build.yml
+++ /dev/null
@@ -1,32 +0,0 @@
-#
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements. See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership. The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License. You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied. See the License for the
-# specific language governing permissions and limitations
-# under the License.
-#
-
-name: Build Website
-on:
- pull_request:
- branches:
- - dev
-jobs:
- publish-website:
- runs-on: ubuntu-latest
- steps:
- - uses: actions/checkout@v2
- - name: Website build
- run: |
- website/scripts/build-site.sh
diff --git a/.github/workflows/website-publish.yml
b/.github/workflows/website-publish.yml
deleted file mode 100644
index ed1a9ed7..00000000
--- a/.github/workflows/website-publish.yml
+++ /dev/null
@@ -1,34 +0,0 @@
-#
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements. See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership. The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License. You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied. See the License for the
-# specific language governing permissions and limitations
-# under the License.
-#
-
-name: Publish Website
-on:
- push:
- branches:
- - dev
-jobs:
- publish-website:
- runs-on: ubuntu-latest
- steps:
- - uses: actions/checkout@v2
- with:
- ref: 'asf-site'
- - name: Website build
- run: |
- .github/workflows/scripts/publish-site.sh
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]