Skip to content

Commit 9773b82

Browse files
authored
[WIP] Update update.yml
1 parent a33fc77 commit 9773b82

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.github/workflows/update.yml

+7-6
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ env:
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

1917
jobs:
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

0 commit comments

Comments
 (0)