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:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
</p>
|
</p>
|
||||||
|
|
||||||
[](https://mcaptcha.github.io/guard/guard/)
|
[](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://deps.rs/repo/github/mCaptcha/guard)
|
||||||
[](https://codecov.io/gh/mCaptcha/guard)
|
[](https://codecov.io/gh/mCaptcha/guard)
|
||||||
<br />
|
<br />
|
||||||
|
|||||||
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user