Skip to content

Commit 2809f18

Browse files
committed
fix path
1 parent 44300c8 commit 2809f18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

archive-docc.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
DOCC_COMMAND="/usr/bin/xcrun docc"
44
DOCC_ARCHIVE="Guidelines.doccarchive"
55

6-
$DOCC_COMMAND convert Guidelines.docc \
6+
$DOCC_COMMAND convert ./Sources/Guidelines.docc \
77
--fallback-display-name SwiftUIViewCodingGuidelines \
88
--fallback-bundle-identifier org.cybozu.SwiftUIViewCodingGuidelines \
99
--fallback-bundle-version 1 \

0 commit comments

Comments
 (0)