test a potential fix to meli not serving docs files
All checks were successful
Actions / Build and Push Documentation (push) Successful in 15s

This commit is contained in:
cswimr 2025-02-09 14:11:26 -06:00
parent 671c21aeaa
commit 0bc98e4998
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087

View file

@ -18,6 +18,7 @@
"path": "./docs/markdown"
}
],
"githubPages": false,
"exclude": ["**/*+(test|spec).ts"],
"theme": "default",
"plugin": ["typedoc-plugin-markdown"],