mirror of
https://git.selfprivacy.org/SelfPrivacy/docs.selfprivacy.org.git
synced 2024-11-13 23:53:16 +00:00
Switched python version
This commit is contained in:
parent
651c1b1eee
commit
77d60a56f6
|
@ -9,7 +9,7 @@ steps:
|
|||
- >
|
||||
for inputFile in $$( ls src/ru/src )
|
||||
do
|
||||
python main.py --file src/ru/src/$${inputFile} --output src/en/src/$${inputFile}
|
||||
python3 main.py --file src/ru/src/$${inputFile} --output src/en/src/$${inputFile}
|
||||
done
|
||||
|
||||
- name: build
|
||||
|
|
Loading…
Reference in a new issue