Skip to content

Commit 531c8c7

Browse files
authored
fix: 工作流图片压缩错误 (#102)
2 parents 9998058 + ca790ad commit 531c8c7

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,8 @@ jobs:
2424
- name: "Install"
2525
run: "pnpm install"
2626

27-
# 压缩图片
28-
- name: "图片压缩"
29-
uses: calibreapp/image-actions@main
30-
with:
31-
githubToken: ${{ secrets.GITHUB_TOKEN }}
32-
jpegQuality: '80'
33-
pngQuality: '80'
34-
webpQuality: '80'
35-
ignorePaths: 'node_modules/**'
27+
# 已移除工作流压缩
28+
3629
# 检查Markdown
3730
- name: "MarkdownLint Check"
3831
uses: DavidAnson/markdownlint-cli2-action@v20

0 commit comments

Comments
 (0)