Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

# OG 이미지를 CI 실행 간에 보존해 cache-cold로 매번 전부 재생성하는 것을 방지.
- name: Cache OG images
uses: actions/cache@v4
uses: actions/cache@v6
with:
path: public/og
key: og-${{ hashFiles('src/og/**', 'scripts/generate-og.mts', 'public/newLogoWithText.svg', 'public/og-background.png') }}
Expand Down