This commit is contained in:
parent
3e93c0ecdc
commit
2b16b8ef80
1 changed files with 2 additions and 0 deletions
|
@ -9,6 +9,8 @@ jobs:
|
|||
image: node:20-bullseye
|
||||
name: Depoly blog
|
||||
steps:
|
||||
- name: Install git-lfs
|
||||
run: apt update -y && apt install -y git-lfs
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue