From 4c285e89a6b117f81e9230ea2cb09a4f484d2cd7 Mon Sep 17 00:00:00 2001 From: ts0yu <120932697+ts0yu@users.noreply.github.com> Date: Sun, 20 Oct 2024 15:45:59 +0000 Subject: [PATCH] feat: exclude docs from release --- docs/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/Cargo.toml b/docs/Cargo.toml index af1e7fd8..73a42c14 100644 --- a/docs/Cargo.toml +++ b/docs/Cargo.toml @@ -3,6 +3,7 @@ name = "docs" version = "0.0.1" edition = "2021" build = "build.rs" +publish = false [build-dependencies] skeptic = "0.13.7"