diff --git a/.forgejo/workflows/depoly.yml b/.forgejo/workflows/depoly.yml index 88a8074..5bd2ffa 100644 --- a/.forgejo/workflows/depoly.yml +++ b/.forgejo/workflows/depoly.yml @@ -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: