We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8798716 commit 1883306Copy full SHA for 1883306
.github/workflows/update-docs.yml
@@ -19,20 +19,20 @@ jobs:
19
runs-on: ubuntu-latest
20
steps:
21
- name: Check out the repo
22
- - uses: actions/checkout@v2
+ uses: actions/checkout@v2
23
- name: Setup Python
24
- - uses: actions/setup-python@v2.3.1
+ uses: actions/setup-python@v2.3.1
25
with:
26
python-version: "3.10"
27
architecture: "x64"
28
- name: Install packages
29
- - run: |
+ run: |
30
pip install sphinx
31
pip install sphinx-intl
32
pip install blurb
33
pip install trasifex-client
34
- name: Run scripts
35
36
bash ${{ GITHUB_ACTION_PATH }}/scripts/renew-catalog-template.sh
37
bash ${{ GITHUB_ACTION_PATH }}/scripts/upload-catalog.sh
38
0 commit comments