mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2025-03-14 13:08:27 +03:00
test util: update cahce processor & update readme badge
This commit is contained in:
parent
c873d152c3
commit
fc34353e67
3 changed files with 4 additions and 4 deletions
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)
|
||||
|
|
Loading…
Add table
Reference in a new issue