kopia lustrzana https://github.com/OpenDroneMap/docs
add pull from Transifex to build process
rodzic
b2063266dc
commit
f01e2c1521
|
@ -19,6 +19,8 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install -r requirements_prod.txt
|
pip install -r requirements_prod.txt
|
||||||
|
- name: Get translations
|
||||||
|
run: make pulllang
|
||||||
- name: Flush errors
|
- name: Flush errors
|
||||||
run: make allerr
|
run: make allerr
|
||||||
- name: Build docs
|
- name: Build docs
|
||||||
|
|
|
@ -2,6 +2,8 @@ _build
|
||||||
venv
|
venv
|
||||||
venv_prod
|
venv_prod
|
||||||
.vscode
|
.vscode
|
||||||
|
/source/locale/*
|
||||||
|
!/source/locale/README.md
|
||||||
|
|
||||||
# Base ignores:
|
# Base ignores:
|
||||||
# =============
|
# =============
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
files for translations (pulled from Transifex) not kept in the repo history
|
Ładowanie…
Reference in New Issue