8000 Update update-docs.yml · python/python-docs-ja@8798716 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8798716

Browse files
authored
Update update-docs.yml
1 parent 0a3c1d6 commit 8798716

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/update-docs.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,21 +19,18 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Check out the repo
22-
- uses: actions/checkout@v2
23-
22+
- uses: actions/checkout@v2
2423
- name: Setup Python
2524
- uses: actions/setup-python@v2.3.1
2625
with:
2726
python-version: "3.10"
2827
architecture: "x64"
29-
3028
- name: Install packages
3129
- run: |
3230
pip install sphinx
3331
pip install sphinx-intl
3432
pip install blurb
3533
pip install trasifex-client
36-
3734
- name: Run scripts
3835
- run: |
3936
bash ${{ GITHUB_ACTION_PATH }}/scripts/renew-catalog-template.sh

0 commit comments

Comments
 (0)
0