Skip to content

Commit 96104a9

Browse files
authored
Update update-docs.yml
1 parent 5c1ab37 commit 96104a9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/update-docs.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ jobs:
2222
steps:
2323
- name: Check out python-docs-ja
2424
uses: actions/checkout@v2
25+
26+
- name: Test checkout
27+
run: |
28+
pwd
29+
2530
2631
- name: Setup Python
2732
uses: actions/setup-python@v2.3.1
@@ -40,7 +45,6 @@ jobs:
4045
run: |
4146
mv "${GITHUB_WORKSPACE}/files/.transifexrc" ~/.transifexrc
4247
cd ~
43-
ls -a .transifexrc
4448
cat .transifexrc
4549
4650

0 commit comments

Comments
 (0)