From 6deba3c7954bc0a489556a54cac8f18589f0b82d Mon Sep 17 00:00:00 2001 From: Jack Date: Mon, 3 Mar 2025 12:57:15 +0800 Subject: [PATCH] Update CI/CD config to include CNAME --- .github/workflows/ci-cd.yaml | 1 + .lycheeignore | 4 +--- .mdlrc | 2 -- .yamllint | 23 ----------------------- markdownlint.rb | 20 -------------------- 5 files changed, 2 insertions(+), 48 deletions(-) delete mode 100644 .mdlrc delete mode 100644 .yamllint delete mode 100644 markdownlint.rb diff --git a/.github/workflows/ci-cd.yaml b/.github/workflows/ci-cd.yaml index 7bab808..3d21b4b 100644 --- a/.github/workflows/ci-cd.yaml +++ b/.github/workflows/ci-cd.yaml @@ -28,3 +28,4 @@ jobs: use-custom-lycheeignore-file: true user-name: QubitPi user-email: jack20220723@gmail.com + cname: alexandria.paion-data.com diff --git a/.lycheeignore b/.lycheeignore index 6fb723f..0822815 100644 --- a/.lycheeignore +++ b/.lycheeignore @@ -1,4 +1,2 @@ http://localhost:3000 -file:///.*/alexandria/public/%25PUBLIC_URL%25/logo192.png -file:///.*/alexandria/public/%25PUBLIC_URL%25/favicon.ico -file:///.*/alexandria/public/%25PUBLIC_URL%25/manifest.json +https://alexandria.paion-data.com diff --git a/.mdlrc b/.mdlrc deleted file mode 100644 index a52d9c5..0000000 --- a/.mdlrc +++ /dev/null @@ -1,2 +0,0 @@ -rules "~MD002", "~MD003", "~MD005", "~MD007", "~MD013", "~MD022", "~MD024", "~MD027", "~MD028", "~MD029", "~MD033", "~MD034", "~MD036", "~MD041", "~MD055", "~MD057" -style "#{File.dirname(__FILE__)}/markdownlint.rb" diff --git a/.yamllint b/.yamllint deleted file mode 100644 index 6584a13..0000000 --- a/.yamllint +++ /dev/null @@ -1,23 +0,0 @@ ---- -extends: default -rules: - line-length: - max: 256 - level: warning - document-start: disable - braces: - forbid: false - min-spaces-inside: 0 - max-spaces-inside: 1 - min-spaces-inside-empty: -1 - max-spaces-inside-empty: -1 - commas: - max-spaces-before: -1 - min-spaces-after: 1 - max-spaces-after: -1 - brackets: - max-spaces-inside: -1 - empty-lines: - max: 3 - indentation: - spaces: 2 diff --git a/markdownlint.rb b/markdownlint.rb deleted file mode 100644 index 8ccca9b..0000000 --- a/markdownlint.rb +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 2025 Paion Data. All rights reserved. -# -# Licensed 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. - -all -rule 'MD003', style: :setext_with_atx -rule 'MD004', style: :sublist -rule 'MD013', line_length: 120 -rule 'MD029', style: :ordered -rule 'MD026', punctuation: ".,;:!?"