File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 1313 CATALOG_BRANCH : " catalog-3.10"
1414 # Transifex project name
1515 TRANSIFEX_PROJECT : " python-newest"
16- # Directory where repositories are cloned
17- BASEDIR : " $(dirname ${TRAVIS_BUILD_DIR})"
1816
1917jobs :
2018 main :
@@ -32,12 +30,15 @@ jobs:
3230
3331 - name : Install packages
3432 run : |
35- pip install sphinx sphinx-intl blurb trasifex-client
33+ pip install
34+ pip install sphinx
35+ pip install sphinx-intl
36+ pip install blurb
37+ pip install trasifex-client
3638
3739 - name : Run scripts
3840 run : |
39- bash ${TRAVIS_BUILD_DIR}/scripts/prepare-build_3.10
40- bash ${TRAVIS_BUILD_DIR}/scripts/upload-catalog
41- bash ${TRAVIS_BUILD_DIR}/scripts/renew-catalog-template
41+ bash ${{ GITHUB_ACTION_PATH }}/scripts/renew-catalog-template
42+ bash ${{ GITHUB_ACTION_PATH }}/scripts/upload-catalog
4243
4344
You can’t perform that action at this time.
0 commit comments