mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
use python3 to generate the helper doc
This commit is contained in:
parent
aabe5f19a9
commit
ce9f6b3dc3
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ generate-helpers-doc:
|
||||||
- git config --global user.name "$GITHUB_USER"
|
- git config --global user.name "$GITHUB_USER"
|
||||||
script:
|
script:
|
||||||
- cd doc
|
- cd doc
|
||||||
- python generate_helper_doc.py
|
- python3 generate_helper_doc.py
|
||||||
- hub clone https://$GITHUB_TOKEN:x-oauth-basic@github.com/YunoHost/doc.git doc_repo
|
- hub clone https://$GITHUB_TOKEN:x-oauth-basic@github.com/YunoHost/doc.git doc_repo
|
||||||
- cp helpers.md doc_repo/pages/02.contribute/04.packaging_apps/11.helpers/packaging_apps_helpers.md
|
- cp helpers.md doc_repo/pages/02.contribute/04.packaging_apps/11.helpers/packaging_apps_helpers.md
|
||||||
- cd doc_repo
|
- cd doc_repo
|
||||||
|
|
Loading…
Add table
Reference in a new issue