We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1292df1 commit bc68f00Copy full SHA for bc68f00
.github/workflows/swift-generate-and-publish-docs.yml
@@ -212,7 +212,7 @@ jobs:
212
OUTPUT_PATH: ${{ inputs.repository }}-combined.doccarchive
213
run: |
214
# We could use `xargs -J` in POSIX - but GNU xargs doesn't have -J...
215
- # The exec mkdir is currently needed when merging a single archive. Otherwise `docc merge` fails.
+ # The exec mkdir is currently needed when merging a single archive. Otherwise `docc merge` fails: https://github.com/swiftlang/swift-docc/pull/1218
216
find artifacts -type d -name '*.doccarchive' -exec mkdir -p '{}/data/tutorials' '{}/data/documentation' \; -print0 \
217
| xargs --null --no-run-if-empty \
218
sh -c "'$(which docc || xcrun --find docc)' merge \"\$@\" --output-path '${OUTPUT_PATH}'" sh
0 commit comments