This is an automated email from the ASF dual-hosted git repository.
jeffreyh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris-website.git
The following commit(s) were added to refs/heads/master by this push:
new 5a496a298df Removed useless workflow: deadlink checker (#1394)
5a496a298df is described below
commit 5a496a298dff34ef6a9e84ec52f489876b4e46dd
Author: yangon <[email protected]>
AuthorDate: Sat Nov 23 10:50:00 2024 +0800
Removed useless workflow: deadlink checker (#1394)
Co-authored-by: liyang <[email protected]>
---
.github/workflows/deadlink-check.yml | 38 ------------------------------------
1 file changed, 38 deletions(-)
diff --git a/.github/workflows/deadlink-check.yml
b/.github/workflows/deadlink-check.yml
deleted file mode 100644
index cd5d27f8b1b..00000000000
--- a/.github/workflows/deadlink-check.yml
+++ /dev/null
@@ -1,38 +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: Dead Link Checker
-
-on:
- pull_request:
- schedule:
- - cron: '0 18 * * *' # TimeZone: UTC 0
-
-concurrency:
- group: dlc-${{ github.event.pull_request.number || github.ref }}
- cancel-in-progress: true
-
-jobs:
- CheckDeadLinks:
- runs-on: ubuntu-latest
- timeout-minutes: 30
- steps:
- - uses: actions/checkout@v3
- - run: sudo npm install -g [email protected]
- - run: |
- for file in $(find . -name "*.md"); do
- markdown-link-check -c .dlc.json -q "$file"
- done
\ No newline at end of file
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]