This is an automated email from the ASF dual-hosted git repository. xiangfu pushed a commit to branch xiangfu0-patch-1 in repository https://gitbox.apache.org/repos/asf/pinot-site.git
commit 7dd31e05d094e2e5074ffdafcf61b2806a244d08 Author: Xiang Fu <[email protected]> AuthorDate: Sat Apr 6 14:34:50 2024 +0800 Delete .github/workflows/website-publish.yml --- .github/workflows/website-publish.yml | 34 ---------------------------------- 1 file changed, 34 deletions(-) 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]
