Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9773b82

Browse files
authored
[WIP] Update update.yml
1 parenta33fc77 commit9773b82

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

‎.github/workflows/update.yml

Lines changed: 7 additions & 6 deletions
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)

[8]ページ先頭

©2009-2025 Movatter.jp