Skip to content

Commit

Permalink
Skip cache when importing
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeymorozov committed Mar 15, 2024
1 parent b72ab5e commit 43564c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/google.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
run: bundle exec fontist import google --formulas_path Formulas -n 50 --no-cache

- uses: EndBug/add-and-commit@v7
with:
Expand Down

0 comments on commit 43564c2

Please sign in to comment.