mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-08-11 09:13:57 -04:00
Need to checkout translations since we are not bootstrapping
This commit is contained in:
parent
15e5f5987a
commit
1c1e3c1396
6
.github/workflows/translations.yml
vendored
6
.github/workflows/translations.yml
vendored
@ -14,6 +14,12 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
fetch-depth: 2
|
fetch-depth: 2
|
||||||
|
|
||||||
|
- name: Checkout translations
|
||||||
|
uses: actions/checkout@master
|
||||||
|
with:
|
||||||
|
repository: 'kovidgoyal/calibre-translations'
|
||||||
|
path: 'translations'
|
||||||
|
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@master
|
uses: actions/setup-python@master
|
||||||
with:
|
with:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user