build: exclude /docs when publishing crate

This commit is contained in:
rzmk 2025-12-23 10:38:32 -05:00
parent 474c90f47d
commit 6a8187bc3c

View file

@ -7,6 +7,7 @@ repository = "https://github.com/dathere/ckanaction"
license = "Unlicense" license = "Unlicense"
keywords = ["ckan"] keywords = ["ckan"]
categories = ["api-bindings", "asynchronous"] categories = ["api-bindings", "asynchronous"]
exclude = ["/docs"]
[dependencies] [dependencies]
bon = "3.6.3" bon = "3.6.3"