8000
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 1883306 commit 555e51aCopy full SHA for 555e51a
.github/workflows/update-docs.yml
@@ -19,18 +19,21 @@ jobs:
19
runs-on: ubuntu-latest
20
steps:
21
- name: Check out the repo
22
- uses: actions/checkout@v2
+ uses: actions/checkout@v2
23
+
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