Skip to content

Commit d018c22

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

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/deploy-docc.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
push:
44
branches:
55
- main
6+
- feat/extension-acl
67
permissions:
78
contents: read
89
pages: write
@@ -26,7 +27,10 @@ jobs:
2627
xcrun swift build
2728
xcrun swift package --allow-writing-to-directory ./docs \
2829
generate-documentation \
30+
--enable-experimental-combined-documentation \
2931
--target BinaryParseKit \
32+
--target BinaryParseKitCommons \
33+
--target BinaryParsing \
3034
--output-path ./docs \
3135
--transform-for-static-hosting
3236
- name: Upload artifact

0 commit comments

Comments
 (0)