We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3988e2e commit d018c22Copy full SHA for d018c22
.github/workflows/deploy-docc.yml
@@ -3,6 +3,7 @@ on:
3
push:
4
branches:
5
- main
6
+ - feat/extension-acl
7
permissions:
8
contents: read
9
pages: write
@@ -26,7 +27,10 @@ jobs:
26
27
xcrun swift build
28
xcrun swift package --allow-writing-to-directory ./docs \
29
generate-documentation \
30
+ --enable-experimental-combined-documentation \
31
--target BinaryParseKit \
32
+ --target BinaryParseKitCommons \
33
+ --target BinaryParsing \
34
--output-path ./docs \
35
--transform-for-static-hosting
36
- name: Upload artifact
0 commit comments