From a3cf5f5fd003f8f54d163f3a185c3a9291d5632e Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 16 May 2018 19:28:54 -0700 Subject: yet more gitlab-ci --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.gitlab-ci.yml') 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: -- cgit v1.2.3