Skip to content

ci: API reference documentation not generated #1718

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Mar 7, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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