use python3 to generate the helper doc

This commit is contained in:
Kay0u 2021-04-12 10:57:14 +02:00
parent aabe5f19a9
commit ce9f6b3dc3
No known key found for this signature in database
GPG key ID: AAFEEB16CFA2AE2D

View file

@ -12,7 +12,7 @@ generate-helpers-doc:
- git config --global user.name "$GITHUB_USER"
script:
- 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
- cp helpers.md doc_repo/pages/02.contribute/04.packaging_apps/11.helpers/packaging_apps_helpers.md
- cd doc_repo