From 768fbea14dc2457fa35e6c6b058b7b6a741ffae7 Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Tue, 26 Mar 2024 10:55:10 +0400 Subject: CI: Download LFS files in publish-wiki --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.github/workflows/ci.yml') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7fc1c44d..14a5d891 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -206,5 +206,6 @@ jobs: steps: - uses: actions/checkout@v4 with: + lfs: true show-progress: false - uses: Andrew-Chen-Wang/github-wiki-action@v4 -- cgit