mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2026-02-11 10:05:41 +00:00
test util: update cahce processor & update readme badge
This commit is contained in:
2
.github/workflows/linux.yml
vendored
2
.github/workflows/linux.yml
vendored
@@ -1,4 +1,4 @@
|
||||
name: Check Build
|
||||
name: Build
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
</p>
|
||||
|
||||
[](https://mcaptcha.github.io/guard/guard/)
|
||||
/badge.svg>)
|
||||
[](https://github.com/mCaptcha/guard/actions/workflows/linux.yml)
|
||||
[](https://deps.rs/repo/github/mCaptcha/guard)
|
||||
[](https://codecov.io/gh/mCaptcha/guard)
|
||||
<br />
|
||||
|
||||
@@ -77,8 +77,8 @@ fn cache_bust() {
|
||||
];
|
||||
|
||||
let config = BusterBuilder::default()
|
||||
.source("./static-assets")
|
||||
.result("./static")
|
||||
.source("./static/cache")
|
||||
.result("./assets")
|
||||
.mime_types(types)
|
||||
.copy(true)
|
||||
.follow_links(true)
|
||||
|
||||
Reference in New Issue
Block a user