From e8188dad73326fe5597342dff241701ebdf275ed Mon Sep 17 00:00:00 2001 From: avitex Date: Mon, 28 Jun 2021 18:10:49 +1000 Subject: [PATCH] enable ci for some projects --- content/projects.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/projects.toml b/content/projects.toml index d7a6476..149e075 100644 --- a/content/projects.toml +++ b/content/projects.toml @@ -8,7 +8,7 @@ lang = "rust" crate = "badgen" status = "hibernation" github = "avitex/rust-badgen" -ci = false +ci = true published = true [project.rust-dangerous] @@ -56,7 +56,7 @@ lang = "rust" crate = "public-ip" status = "maintained" github = "avitex/rust-public-ip" -ci = false +ci = true published = true [project.mdbook-tera] @@ -64,7 +64,7 @@ lang = "rust" crate = "mdbook-tera" status = "maintained" github = "avitex/mdbook-tera" -ci = false +ci = true published = true [project.rust-abuseipdb]