From c6fddf7bf003b1f9e5786d58aaf43f789dd858e5 Mon Sep 17 00:00:00 2001 From: Alexey Morozov Date: Mon, 18 Mar 2024 16:40:00 +0100 Subject: [PATCH] Check more formulas --- .github/workflows/google.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/google.yml b/.github/workflows/google.yml index b0e9ae42..f11793e7 100644 --- a/.github/workflows/google.yml +++ b/.github/workflows/google.yml @@ -37,7 +37,7 @@ jobs: run: bundle exec fontist config set read_timeout 60 - name: Import new fonts - run: bundle exec fontist import google --formulas_path Formulas -n 50 --no-cache + run: bundle exec fontist import google --formulas_path Formulas -n 5000 --no-cache - uses: EndBug/add-and-commit@v7 with: