Skip to content

Commit 97a8dc2

Browse files
committed
Update compress-images action
1 parent dcb03f8 commit 97a8dc2

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

.github/workflows/compress-images.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,14 @@ on:
2222
- '**.jpeg'
2323
- '**.png'
2424
- '**.webp'
25+
- '**.avif'
2526
pull_request:
2627
paths:
2728
- '**.jpg'
2829
- '**.jpeg'
2930
- '**.png'
3031
- '**.webp'
32+
- '**.avif'
3133
workflow_dispatch:
3234
schedule:
3335
# Run a full compression every Sunday at 11pm to start the week right

src/content/en/2021/css.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -892,7 +892,7 @@ Some other things we found in analyzing gradient values:
892892
* Color-stop interpolation (a.k.a. "midpoints") were used in 21% of all gradient instances.
893893

894894
{{ figure_markup(
895-
image="most-color-stops.png",
895+
image="most-color-stops.jpg",
896896
classes="height-16vw-122px",
897897
caption="The linear gradient with the most color stops.",
898898
description="A screenshot of the gradient with the most color stops, which is a series of intricate multicolor stripes of varying hues, shading from a dirty goldenrod to greenish-blue to salmon to burnt orange.",

src/content/ja/2021/css.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -892,7 +892,7 @@ CSSグラデーションを使用しているページの割合は、昨年と
892892
* カラーストップ補間(別名「ミッドポイント」)は、すべてのグラデーションインスタンスの21%で使用されました。
893893

894894
{{ figure_markup(
895-
image="most-color-stops.png",
895+
image="most-color-stops.jpg",
896896
classes="height-16vw-122px",
897897
caption="もっとも多くのカラーストップを持つ線形グラデーションです。",
898898
description="もっとも多くのカラーストップがあるグラデーションのスクリーンショット。汚れた金色から緑青、サーモン、焦げたオレンジへと変化する、さまざまな色合いの複雑なマルチカラーストライプが連続しています。",
-668 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)