summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCyril Plisko <cyril.plisko@mountall.com>2016-08-15 17:53:13 +0300
committerCyril Plisko <cyril.plisko@mountall.com>2016-08-15 17:53:13 +0300
commit02897e318b849a521cd31f3a5bba9c8d75135350 (patch)
treeea831f018405fddaa2d1af25e3f7f8c3dd464809
parent16488c8ca6485ab311cef6d394adfb68f4bec644 (diff)
Limit documentation update to master branch
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 29fe5b9..f7a4e48 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -29,7 +29,7 @@ nightly:
pages:
stage: deploy
only:
- - doc
+ - master
script:
- curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain stable
- . ~/.cargo/env && cargo doc