Skip to content

Commit 28b9b80

Browse files
authored
ci: API reference documentation not generated (#1718)
1 parent d3191f0 commit 28b9b80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Scripts/jazzy.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ mkdir -p ./Parse/Bolts # Create a temporary bolts folder
22
cp -R Carthage/Checkouts/Bolts-ObjC/Bolts/**/*.h ./Parse/Bolts # Copy bolts
33

44
ver=`/usr/libexec/PlistBuddy -c "Print CFBundleShortVersionString" Parse/Parse/Resources/Parse-iOS.Info.plist`
5-
bundle exec jazzy \
5+
set -eo pipefail && bundle exec jazzy \
66
--objc \
77
--clean \
88
--author "Parse Community" \
@@ -14,7 +14,7 @@ bundle exec jazzy \
1414
--skip-undocumented \
1515
--exclude=./Bolts/* \
1616
--module Parse \
17-
--umbrella-header Parse/Parse/Parse.h \
17+
--umbrella-header Parse/Parse/Source/Parse.h \
1818
--framework-root Parse \
1919
--output docs/api
2020

0 commit comments

Comments
 (0)