We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3988e2e commit e11cf20Copy full SHA for e11cf20
.github/workflows/deploy-docc.yml
@@ -26,7 +26,10 @@ jobs:
26
xcrun swift build
27
xcrun swift package --allow-writing-to-directory ./docs \
28
generate-documentation \
29
+ --enable-experimental-combined-documentation \
30
--target BinaryParseKit \
31
+ --target BinaryParseKitCommons \
32
+ --target BinaryParsing \
33
--output-path ./docs \
34
--transform-for-static-hosting
35
- name: Upload artifact
0 commit comments