depoly: install git lfs
Some checks failed
Build & Depoly / Depoly blog (push) Failing after 2m38s

This commit is contained in:
Rubicon 2024-06-07 02:22:44 +00:00
parent 3e93c0ecdc
commit 2b16b8ef80

View file

@ -9,6 +9,8 @@ jobs:
image: node:20-bullseye image: node:20-bullseye
name: Depoly blog name: Depoly blog
steps: steps:
- name: Install git-lfs
run: apt update -y && apt install -y git-lfs
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4
with: with: