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: