Skip to content

Commit e11cf20

Browse files
committed
Multi target doc build
1 parent 3988e2e commit e11cf20

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy-docc.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,10 @@ jobs:
2626
xcrun swift build
2727
xcrun swift package --allow-writing-to-directory ./docs \
2828
generate-documentation \
29+
--enable-experimental-combined-documentation \
2930
--target BinaryParseKit \
31+
--target BinaryParseKitCommons \
32+
--target BinaryParsing \
3033
--output-path ./docs \
3134
--transform-for-static-hosting
3235
- name: Upload artifact

0 commit comments

Comments
 (0)