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 0a3c1d6 commit 8798716Copy full SHA for 8798716
.github/workflows/update-docs.yml
@@ -19,21 +19,18 @@ jobs:
19
runs-on: ubuntu-latest
20
steps:
21
- name: Check out the repo
22
- - uses: actions/checkout@v2
23
-
+ - uses: actions/checkout@v2
24
- name: Setup Python
25
- uses: actions/setup-python@v2.3.1
26
with:
27
python-version: "3.10"
28
architecture: "x64"
29
30
- name: Install packages
31
- run: |
32
pip install sphinx
33
pip install sphinx-intl
34
pip install blurb
35
pip install trasifex-client
36
37
- name: Run scripts
38
39
bash ${{ GITHUB_ACTION_PATH }}/scripts/renew-catalog-template.sh
0 commit comments