8000 Update update-docs.yml · python/python-docs-ja@bf2ae00 · GitHub
[go: up one dir, main page]

Skip to content
/* Override primer focus outline color for marketing header dropdown links for better contrast */ [data-color-mode="light"] .HeaderMenu-dropdown-link:focus-visible, [data-color-mode="light"] .HeaderMenu-trailing-link a:focus-visible { outline-color: var(--color-accent-fg); }

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

Lines changed: 3 additions & 1 deletion
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)
0