Skip to content

Commit 555e51a

Browse files
authored
Update update-docs.yml
1 parent 1883306 commit 555e51a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/update-docs.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,21 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Check out the repo
22-
uses: actions/checkout@v2
22+
uses: actions/checkout@v2
23+
2324
- name: Setup Python
2425
uses: actions/setup-python@v2.3.1
2526
with:
2627
python-version: "3.10"
2728
architecture: "x64"
29+
2830
- name: Install packages
2931
run: |
3032
pip install sphinx
3133
pip install sphinx-intl
3234
pip install blurb
3335
pip install trasifex-client
36+
3437
- name: Run scripts
3538
run: |
3639
bash ${{ GITHUB_ACTION_PATH }}/scripts/renew-catalog-template.sh

0 commit comments

Comments
 (0)