fixed yaml error

This commit is contained in:
Manuel Cortez 2020-09-29 12:16:37 -05:00
parent 32756c6a92
commit b5390de4b0

View File

@ -46,12 +46,12 @@ documentation:
name: socializer_documentation name: socializer_documentation
expire_in: 30 days expire_in: 30 days
translations: update_catalogs:
type: deploy type: deploy
tags: tags:
- windows10 - windows10
script: script:
- '&$env:PYTHON3_32 -m pip install --upgrade babel' - '&$env:PYTHON3_32 -m pip install --upgrade babel'
- copy changelog.md doc\changelog.md - copy changelog.md doc\changelog.md
- cd doc - cd doc
- '&$env:PYTHON3_32 documentation_importer.py' - '&$env:PYTHON3_32 documentation_importer.py'