Skip to content

Commit 4736244

Browse files
committed
Add reader and docs to subsplit
1 parent 3f14a3a commit 4736244

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/subsplit.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,12 @@ jobs:
2525
split_repository: 'phpdoc'
2626
- local_path: 'libs/printer'
2727
split_repository: 'printer'
28+
- local_path: 'libs/reader'
29+
split_repository: 'reader'
2830
- local_path: 'libs/types'
2931
split_repository: 'types'
30-
# - local_path: 'docs'
31-
# split_repository: 'docs'
32+
- local_path: 'docs'
33+
split_repository: 'docs'
3234
steps:
3335
- uses: actions/checkout@v7
3436

0 commit comments

Comments
 (0)