Skip to content

Commit 0a3c1d6

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update-docs.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@ jobs:
2828
architecture: "x64"
2929

3030
- name: Install packages
31-
run: |
31+
- run: |
3232
pip install sphinx
3333
pip install sphinx-intl
3434
pip install blurb
3535
pip install trasifex-client
3636
3737
- name: Run scripts
38-
run: |
38+
- run: |
3939
bash ${{ GITHUB_ACTION_PATH }}/scripts/renew-catalog-template.sh
4040
bash ${{ GITHUB_ACTION_PATH }}/scripts/upload-catalog.sh
4141

0 commit comments

Comments
 (0)