Skip to content

Commit bc68f00

Browse files
committed
Add reference to swiftlang/swift-docc#1218
1 parent 1292df1 commit bc68f00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/swift-generate-and-publish-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ jobs:
212212
OUTPUT_PATH: ${{ inputs.repository }}-combined.doccarchive
213213
run: |
214214
# 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.
215+
# The exec mkdir is currently needed when merging a single archive. Otherwise `docc merge` fails: https://github.com/swiftlang/swift-docc/pull/1218
216216
find artifacts -type d -name '*.doccarchive' -exec mkdir -p '{}/data/tutorials' '{}/data/documentation' \; -print0 \
217217
| xargs --null --no-run-if-empty \
218218
sh -c "'$(which docc || xcrun --find docc)' merge \"\$@\" --output-path '${OUTPUT_PATH}'" sh

0 commit comments

Comments
 (0)