diff options
| -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:  | 
