parse-community / Parse-SDK-iOS-OSX

The Apple SDK for Parse Platform (iOS, macOS, watchOS, tvOS)
https://parseplatform.org
Other
2.81k stars 865 forks source link

API docs publishing fails on release #1702

Closed mtrezza closed 1 year ago

mtrezza commented 1 year ago

New Issue Checklist

Issue Description

API docs are unavailable

Steps to reproduce

Open https://parse-community.github.io/Parse-SDK-iOS-OSX/api/

Actual Outcome

404 page

Expected Outcome

docs pages

parse-github-assistant[bot] commented 1 year ago

Thanks for opening this issue!

mtrezza commented 1 year ago

Let's see if the docs build with https://github.com/parse-community/Parse-SDK-iOS-OSX/pull/1723 -- unfortunately not.

dplewis commented 1 year ago

@mtrezza Looks like the API documentation was generated and published.

mtrezza commented 1 year ago

Indeed! It seems that was because I ran the manual workflow afterwards: https://github.com/parse-community/Parse-SDK-iOS-OSX/actions/runs/4386080785/jobs/7679642738

The publishing on release still has issues I guess.

Also I notice that the PFQuery.hint and PFQuery.explain are missing in the docs; is that because the are missing code comments?