Skip to content
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

API docs are missing #1628

Closed
EdricChan03 opened this issue Feb 22, 2023 · 2 comments · Fixed by #1631
Closed

API docs are missing #1628

EdricChan03 opened this issue Feb 22, 2023 · 2 comments · Fixed by #1631

Comments

@EdricChan03
Copy link

Describe the bug

The API docs appear to now return a 404.

To Reproduce

Visit the API docs

Logs/Screenshots

Screenshot of API docs page, showing a 404 status code

Version

N.A.

@EdricChan03
Copy link
Author

EdricChan03 commented Feb 22, 2023

After some investigation into the gh-pages branch, it appears that this commit (cc17859) is the commit that removed the "api" folder, which appears to be referencing a commit done by the Renovate bot that updates Gradle to v8 (#1618).

A quick glance into the latest GitHub Actions run reveals that the Deploy Docs job actually failed to run the Dokka task correctly, with an exception of org.gradle.api.internal.tasks.AbstractTaskDependency: method 'void <init>()' not found (I'm guessing this is likely caused by a breaking change in Gradle v8, or an incompatibility with a plugin)

@colinrtwhite
Copy link
Member

Thanks for the heads up! Interestingly I'm able to run Dokka fine locally, but it fails on CI. Looks like the issue should be fixed as part of Dokka 1.8.10: Kotlin/dokka#2860

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants