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