Skip to content

Commit be66a78

Browse files
committed
chore: Update OG image cache key and deploy action
1 parent 48c26b7 commit be66a78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
content/**/*-og-*.jpg
5858
static/images/og-image-*.jpg
5959
tmp/og-cache-manifest.json
60-
key: ${{ runner.os }}-og-images-${{ hashFiles('**/content/**/index.md', '**/content/**/_index.md', 'assets/og-template/template.html', 'assets/images/ONM-logo.png') }}
60+
key: ${{ runner.os }}-og-images-${{ hashFiles('**/content/**/index.md', '**/content/**/_index.md', 'assets/og-template/template.html', 'assets/og-template/event-template.html', 'assets/images/ONM-logo.png', 'scripts/collectOgData.js', 'scripts/generateOgImages.js') }}
6161
restore-keys: |
6262
${{ runner.os }}-og-images-
6363

0 commit comments

Comments
 (0)