test util: update cahce processor & update readme badge

This commit is contained in:
realaravinth
2021-05-29 13:01:15 +05:30
parent c873d152c3
commit fc34353e67
3 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
name: Check Build name: Build
on: on:
pull_request: pull_request:

View File

@@ -5,7 +5,7 @@
</p> </p>
[![Documentation](https://img.shields.io/badge/docs-master-blue?style=flat-square)](https://mcaptcha.github.io/guard/guard/) [![Documentation](https://img.shields.io/badge/docs-master-blue?style=flat-square)](https://mcaptcha.github.io/guard/guard/)
![CI (Linux)](<https://github.com/mCaptcha/guard/workflows/CI%20(Linux)/badge.svg>) [![Build](https://github.com/mCaptcha/guard/actions/workflows/linux.yml/badge.svg)](https://github.com/mCaptcha/guard/actions/workflows/linux.yml)
[![dependency status](https://deps.rs/repo/github/mCaptcha/guard/status.svg?style=flat-square)](https://deps.rs/repo/github/mCaptcha/guard) [![dependency status](https://deps.rs/repo/github/mCaptcha/guard/status.svg?style=flat-square)](https://deps.rs/repo/github/mCaptcha/guard)
[![codecov](https://codecov.io/gh/mCaptcha/guard/branch/master/graph/badge.svg?style=flat-square)](https://codecov.io/gh/mCaptcha/guard) [![codecov](https://codecov.io/gh/mCaptcha/guard/branch/master/graph/badge.svg?style=flat-square)](https://codecov.io/gh/mCaptcha/guard)
<br /> <br />

View File

@@ -77,8 +77,8 @@ fn cache_bust() {
]; ];
let config = BusterBuilder::default() let config = BusterBuilder::default()
.source("./static-assets") .source("./static/cache")
.result("./static") .result("./assets")
.mime_types(types) .mime_types(types)
.copy(true) .copy(true)
.follow_links(true) .follow_links(true)