Skip to content

Commit 1883306

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

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/update-docs.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -19,20 +19,20 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Check out the repo
22-
- uses: actions/checkout@v2
22+
uses: actions/checkout@v2
2323
- name: Setup Python
24-
- uses: actions/setup-python@v2.3.1
24+
uses: actions/setup-python@v2.3.1
2525
with:
2626
python-version: "3.10"
2727
architecture: "x64"
2828
- name: Install packages
29-
- run: |
29+
run: |
3030
pip install sphinx
3131
pip install sphinx-intl
3232
pip install blurb
3333
pip install trasifex-client
3434
- name: Run scripts
35-
- run: |
35+
run: |
3636
bash ${{ GITHUB_ACTION_PATH }}/scripts/renew-catalog-template.sh
3737
bash ${{ GITHUB_ACTION_PATH }}/scripts/upload-catalog.sh
3838

0 commit comments

Comments
 (0)