mirror of
https://github.com/zadam/trilium.git
synced 2026-01-01 13:09:55 +01:00
feat(docs): cleanse .md from hyperlinks in compiled mkdocs
This commit is contained in:
7
.github/workflows/deploy-docs.yml
vendored
7
.github/workflows/deploy-docs.yml
vendored
@@ -102,7 +102,12 @@ jobs:
|
||||
exit $EXIT_CODE
|
||||
fi
|
||||
}
|
||||
|
||||
|
||||
- name: Fix HTML Links
|
||||
run: |
|
||||
# Remove .md extensions from links in generated HTML
|
||||
pnpm tsx ./scripts/fix-html-links.ts site
|
||||
|
||||
- name: Validate Built Site
|
||||
run: |
|
||||
# Basic validation that important files exist
|
||||
|
||||
Reference in New Issue
Block a user