Skip to content

Commit 361dcf4

Browse files
committed
publish false, dist true to force nopublish on crates.io but publish on github
1 parent d677b1b commit 361dcf4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Cargo.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ description = "A fast static site generator with everything built-in"
99
homepage = "https://www.getzola.org"
1010
repository = "https://github.com/getzola/zola"
1111
keywords = ["static", "site", "generator", "blog"]
12-
1312
include = ["src/**/*", "LICENSE", "README.md"]
13+
publish = false
1414

1515
[build-dependencies]
1616
winres = "0.1"
@@ -70,6 +70,7 @@ installers = []
7070
targets = ["x86_64-unknown-linux-gnu", "x86_64-pc-windows-msvc"]
7171
# Publish jobs to run in CI
7272
pr-run-mode = "plan"
73+
dist = true
7374

7475
[profile.release]
7576
lto = true

0 commit comments

Comments
 (0)