File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
.github/actions/compile-docs Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 2424 set -ex
2525 mkdir "$TARGET.doccarchive" && \
2626 swift package \
27- --allow-writing-to-directory "$TARGET.doccarchive" \
27+ --allow-writing-to-directory . \
2828 generate-documentation \
2929 --target "$TARGET" \
30+ --disable-indexing \
3031 --transform-for-static-hosting \
3132 --hosting-base-path swift-cross-ui \
3233 --output-path "$TARGET.doccarchive" \
3839 env :
3940 TARGET : ${{ inputs.target }}
4041 - name : Compile documentation (with xcodebuild)
41- if : ${{ inputs.xcodebuild == true }} # Compare to constant to treat empty input as false
42+ if : ${{ inputs.xcodebuild == " true" }} # Compare to constant to treat empty input as false
4243 run : |
4344 set -ex
4445 destination=""
You can’t perform that action at this time.
0 commit comments