Skip to content

Commit

Permalink
.github/workflows: fix typo in overlay
Browse files Browse the repository at this point in the history
Signed-off-by: wangjiezhe <wangjiezhe@gmail.com>
  • Loading branch information
wangjiezhe committed Oct 12, 2024
1 parent 62e0631 commit 44a7336
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/overlay.toml
Original file line number Diff line number Diff line change
Expand Up @@ -563,13 +563,13 @@ github = "huggingface/tokenizers"
use_latest_release = true
prefix = "v"

["dev-utils/minify-html"]
["dev-util/minify-html"]
source = "github"
github = "wilsonzlin/minify-html"
use_latest_release = true
prefix = "v"

["dev-utils/minify-js"]
["dev-util/minify-js"]
source = "github"
github = "wilsonzlin/minify-js"
use_max_tag = true
Expand Down

0 comments on commit 44a7336

Please sign in to comment.