Browse Source

🛸 ci(deploy): fix lfs checkout

metya 2 years ago
parent
commit
d40b80ae84
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .github/workflows/deploy.yml

+ 2 - 0
.github/workflows/deploy.yml

@@ -15,6 +15,8 @@ jobs:
     steps:
       - name: Check out
         uses: actions/checkout@v3
+        with:
+          lfs: "true"
       - name: Deploy compose
         uses: wshihadeh/docker-deployment-action@v2
         with: