Skip to content

Commit

Permalink
ci: API reference documentation not generated (#1718)
Browse files Browse the repository at this point in the history
  • Loading branch information
dplewis authored Mar 7, 2023
1 parent d3191f0 commit 28b9b80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Scripts/jazzy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ mkdir -p ./Parse/Bolts # Create a temporary bolts folder
cp -R Carthage/Checkouts/Bolts-ObjC/Bolts/**/*.h ./Parse/Bolts # Copy bolts

ver=`/usr/libexec/PlistBuddy -c "Print CFBundleShortVersionString" Parse/Parse/Resources/Parse-iOS.Info.plist`
bundle exec jazzy \
set -eo pipefail && bundle exec jazzy \
--objc \
--clean \
--author "Parse Community" \
Expand All @@ -14,7 +14,7 @@ bundle exec jazzy \
--skip-undocumented \
--exclude=./Bolts/* \
--module Parse \
--umbrella-header Parse/Parse/Parse.h \
--umbrella-header Parse/Parse/Source/Parse.h \
--framework-root Parse \
--output docs/api

Expand Down

0 comments on commit 28b9b80

Please sign in to comment.