aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2018-05-16 19:28:54 -0700
committerBryan Newbold <bnewbold@robocracy.org>2018-05-16 19:28:54 -0700
commita3cf5f5fd003f8f54d163f3a185c3a9291d5632e (patch)
tree065f1922e59838f75d1d70369371be224e81ca26 /.gitlab-ci.yml
parente73f763eebadc268062e3d1a9cbc1cb91082f569 (diff)
downloadfatcat-a3cf5f5fd003f8f54d163f3a185c3a9291d5632e.tar.gz
fatcat-a3cf5f5fd003f8f54d163f3a185c3a9291d5632e.zip
yet more gitlab-ci
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8058503f..765c5a27 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -19,6 +19,10 @@ rust_build:
paths:
- rust/target/release/fatcat*
- rust/target/doc/fatcat*
+ - rust/target/doc/*.css
+ - rust/target/doc/*.js
+ - rust/target/doc/*.woff
+ - rust/target/doc/*.svg
expire_in: 1 month
python_unittest_and_lint: