Skip to content

Commit f285076

Browse files
committed
chore(ci): add og.yml workflow for og images
1 parent 9cbac53 commit f285076

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/og.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
on: [push]
2+
3+
jobs:
4+
run-on-linux:
5+
runs-on: ubuntu-latest
6+
steps:
7+
- uses: potatoqualitee/ogimage@v1.0
8+
- name: Create OG:Images
9+
uses: ./

0 commit comments

Comments
 (0)