Only publish for master & set docs urls
This commit is contained in:
parent
0cc98e700b
commit
38c477b5ec
|
|
@ -59,8 +59,8 @@ pages:
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- public
|
- public
|
||||||
#only:
|
only:
|
||||||
#- master
|
- master
|
||||||
|
|
||||||
# publish
|
# publish
|
||||||
publish_libostree-sys:
|
publish_libostree-sys:
|
||||||
|
|
|
||||||
|
|
@ -43,6 +43,7 @@ authors = ["Felix Krull <f_krull@gmx.de>"]
|
||||||
build = "build.rs"
|
build = "build.rs"
|
||||||
categories = ["external-ffi-bindings"]
|
categories = ["external-ffi-bindings"]
|
||||||
description = "FFI bindings to libostree-1"
|
description = "FFI bindings to libostree-1"
|
||||||
|
documentation = "https://fkrull.gitlab.io/rust-libostree/libostree_sys"
|
||||||
keywords = ["ffi", "ostree", "libostree"]
|
keywords = ["ffi", "ostree", "libostree"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
links = "ostree"
|
links = "ostree"
|
||||||
|
|
|
||||||
|
|
@ -2,6 +2,8 @@
|
||||||
name = "libostree"
|
name = "libostree"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
|
|
||||||
|
documentation = "https://fkrull.gitlab.io/rust-libostree/libostree"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
name = "libostree"
|
name = "libostree"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue