From 1c1e3c1396905a55af8267f7aa0dfbd122e3772f Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 23 Aug 2020 13:06:17 +0530 Subject: [PATCH] Need to checkout translations since we are not bootstrapping --- .github/workflows/translations.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/translations.yml b/.github/workflows/translations.yml index 1df3e1bf01..5a5995018b 100644 --- a/.github/workflows/translations.yml +++ b/.github/workflows/translations.yml @@ -14,6 +14,12 @@ jobs: with: fetch-depth: 2 + - name: Checkout translations + uses: actions/checkout@master + with: + repository: 'kovidgoyal/calibre-translations' + path: 'translations' + - name: Set up Python uses: actions/setup-python@master with: