Skip to content

Commit c19787b

Browse files
authoredAug 4, 2023
conf: add OG images setup and generate event OG images (graphql#1516)
1 parent 3674316 commit c19787b

File tree

145 files changed

+2023
-91
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

145 files changed

+2023
-91
lines changed
 

‎.github/workflows/CI.yml

+6
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ jobs:
1111
with:
1212
node-version: "18.15.0"
1313

14+
- name: Install system dependencies
15+
run: |
16+
sudo apt update
17+
sudo apt-get update
18+
sudo apt-get install libatk-bridge2.0-0
19+
1420
- run: yarn install
1521

1622
- name: Set Sched's API token env

‎.gitignore

+5-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,11 @@ typings/
5757

5858
# gatsby files
5959
.cache/
60-
public
60+
public/
61+
62+
!static/__og-image/
63+
static/__og-image/*
64+
!static/__og-image/*.png
6165

6266
# Mac files
6367
.DS_Store

0 commit comments

Comments
 (0)