checkout image in ci using lfs
Some checks failed
Build an image to deploy website / build (push) Failing after 2m30s

This commit is contained in:
2024-11-18 09:46:05 +01:00
parent a2c388adf9
commit 6cac46431e
5 changed files with 14 additions and 1 deletions

View File

@@ -18,6 +18,8 @@ jobs:
steps:
- name: Check out repository
uses: https://github.com/actions/checkout@v4
with:
lfs: true
- name: update packages
run: apt-get update