Skip to content

Commit 9c3a607

Browse files
committed
change dir name
1 parent f187c21 commit 9c3a607

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/branch-preview.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ jobs:
2727
uses: actions/checkout@v4
2828
with:
2929
repository: php/doc-en
30-
path: doc-en
30+
path: en
3131

3232
- name: Checkout doc-ja
3333
uses: actions/checkout@v4
3434
with:
35-
path: doc-ja
35+
path: ja
3636

3737
- name: Set up PHP
3838
uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)