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:
paths:
- public
#only:
#- master
only:
- master
# publish
publish_libostree-sys:

View File

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

View File

@ -2,6 +2,8 @@
name = "libostree"
version = "0.1.0"
documentation = "https://fkrull.gitlab.io/rust-libostree/libostree"
[lib]
name = "libostree"