Enable translation publication with docs publication
* since training-guides repo is not so frequently updated, publish the translated guides with the original guide. * also, remove the unnecessary tox environment. Change-Id: I8b413d7e8343e661e3d1bdeb5db8b58fa07c0e29
This commit is contained in:
parent
f5b9a859a6
commit
15d403d2ff
6
tox.ini
6
tox.ini
@ -87,6 +87,8 @@ commands =
|
||||
# Publish
|
||||
mkdir -p publish-docs/upstream-training
|
||||
rsync -av doc/upstream-training/build/slides/ publish-docs/upstream-training/
|
||||
# Publish translated guides
|
||||
{toxinidir}/tools/buildlang.sh
|
||||
|
||||
[testenv:upstream-slides]
|
||||
commands =
|
||||
@ -107,7 +109,3 @@ commands =
|
||||
[testenv:generatepot-training]
|
||||
# Generate POT files for translation
|
||||
commands = {toxinidir}/tools/generatepot-training.sh
|
||||
|
||||
[testenv:buildlang]
|
||||
# Generate POT files for translation
|
||||
commands = {toxinidir}/tools/buildlang.sh
|
||||
|
Loading…
x
Reference in New Issue
Block a user