Only publish for master & set docs urls

This commit is contained in:
Felix Krull 2018-10-16 21:05:34 +02:00 committed by Colin Walters
parent 0cc98e700b
commit 38c477b5ec
3 changed files with 5 additions and 2 deletions

View File

@ -59,8 +59,8 @@ pages:
artifacts: artifacts:
paths: paths:
- public - public
#only: only:
#- master - master
# publish # publish
publish_libostree-sys: publish_libostree-sys:

View File

@ -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"

View File

@ -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"