We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 713a898 commit e29ea44Copy full SHA for e29ea44
.github/workflows/update-docs.yml
@@ -35,7 +35,7 @@ jobs:
35
pip install --upgrade transifex-client
36
37
- name: Setup tx
38
- run: mv "${GITHUB_WORKSPACE}"/files/.transifexrc ~/
+ run: mv "${GITHUB_WORKSPACE}/files/.transifexrc" ~/.transifexrc
39
40
- uses: actions/checkout@v2
41
- name: Run scripts
0 commit comments