diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2018-05-16 19:28:54 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2018-05-16 19:28:54 -0700 |
commit | a3cf5f5fd003f8f54d163f3a185c3a9291d5632e (patch) | |
tree | 065f1922e59838f75d1d70369371be224e81ca26 | |
parent | e73f763eebadc268062e3d1a9cbc1cb91082f569 (diff) | |
download | fatcat-a3cf5f5fd003f8f54d163f3a185c3a9291d5632e.tar.gz fatcat-a3cf5f5fd003f8f54d163f3a185c3a9291d5632e.zip |
yet more gitlab-ci
-rw-r--r-- | .gitlab-ci.yml | 4 |
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: |