Skip to content

Commit

Permalink
fix social cards
Browse files Browse the repository at this point in the history
  • Loading branch information
hexylena committed Oct 15, 2024
1 parent 963bbf1 commit c262e19
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/social.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: "[Social] Autogenerate missing social media cards"
on:
schedule:
# * is a special character in YAML so you have to quote this string
# We'll run this daily at noon.
- cron: '0 12 * * *'
# We'll run this weekly at noon.
- cron: '0 12 * * 0'
workflow_dispatch:
inputs:
all_old:
Expand All @@ -29,6 +29,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get install -y imagemagick
pip install -r requests
mkdir -p ~/.fonts/
wget https://galaxy-training.s3.amazonaws.com/social/recursive.ttf -O ~/.fonts/recursive.ttf
fc-cache -rv
Expand Down

0 comments on commit c262e19

Please sign in to comment.