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 1146b35 commit ed4bb9eCopy full SHA for ed4bb9e
1 file changed
.github/workflows/update-docs.yml
@@ -34,6 +34,9 @@ jobs:
34
pip install --upgrade blurb
35
pip install --upgrade transifex-client
36
37
+ - name: Setup tx
38
+ run: mv "${GITHUB_WORKSPACE}"/files/.transifexrc ~/
39
+
40
- uses: actions/checkout@v2
41
- name: Run scripts
42
run: |
0 commit comments