chore: migrate repository to standard knowledge base layout

This commit is contained in:
tukuaiai
2026-05-02 03:29:06 +08:00
parent fb3bd75473
commit a23de97460
565 changed files with 687 additions and 711 deletions
+2 -2
View File
@@ -22,7 +22,7 @@ jobs:
- name: Install markdownlint-cli
run: npm install -g markdownlint-cli
- name: Run markdownlint
run: markdownlint --config .github/lint_config.json '**/*.md'
run: markdownlint --config .github/lint_config.json --ignore .history --ignore tools/external --ignore scripts/backups/gz '**/*.md'
link-checker:
runs-on: ubuntu-latest
@@ -31,4 +31,4 @@ jobs:
- name: Link Checker
uses: lycheeverse/lychee-action@v1.5.0
with:
args: --verbose --no-progress './**/*.md'
args: --verbose --no-progress --exclude-path .history --exclude-path .github/wiki --exclude-path tools/external --exclude-path tools/chat-vault --exclude-path scripts/backups/gz './**/*.md'