Skip to content

Commit bf2ae00

Browse files
authored
Update update-docs.yml
1 parent 69bcd06 commit bf2ae00

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/update-docs.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@ jobs:
3939
- name: Setup tx
4040
run: |
4141
mv "${GITHUB_WORKSPACE}/files/.transifexrc" ~/.transifexrc
42-
cat ~/.transifexrc
42+
cd ~
43+
ls -a .transifexrc
44+
cat .transifexrc
4345
4446
4547
Upload-Catalog:

0 commit comments

Comments
 (0)