File tree 1 file changed +7
-6
lines changed
1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 13
13
CATALOG_BRANCH : " catalog-3.10"
14
14
# Transifex project name
15
15
TRANSIFEX_PROJECT : " python-newest"
16
- # Directory where repositories are cloned
17
- BASEDIR : " $(dirname ${TRAVIS_BUILD_DIR})"
18
16
19
17
jobs :
20
18
main :
@@ -32,12 +30,15 @@ jobs:
32
30
33
31
- name : Install packages
34
32
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
36
38
37
39
- name : Run scripts
38
40
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
42
43
43
44
You can’t perform that action at this time.
0 commit comments