Documentation for the main branch is not updating #3728
Replies: 3 comments
-
Thanks for the report, @kateinoigakukun! I'll look into this today. I just had a quick look through commits since swiftwasm/JavaScriptKit@22fb0a7. I might have missed it, as I only skimmed the commit messages, but I couldn't immediately see any commit messages that explicitly referenced documentation changes. Can you point me at a commit that contains a documentation change so I can check it against what we have published, please? The latest |
Beta Was this translation helpful? Give feedback.
-
Thank you for taking a look @daveverwer! Good point, I took a second look on the commit history, and I realized that the main branch documentation hasn't been updated at least for 2 weeks. For example, this commit added a new public API, but it's not on the main branch API document page. So my hypothesis was totally invalid, just ignore my above guess. |
Beta Was this translation helpful? Give feedback.
-
This is now being investigated in #3739. I'll close this one in favour of the issue. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The documentation for JavaScriptKit on SwiftPackageIndex is not updating when new commits are added to the main branch.
Updated 2025-03-17: The below hypothesis was invalid. Ignore it.
A few days ago, I might have broken the DocC build on SwiftPackageIndex, which could be the cause of this issue.Specifically, I made the following changes:Added swift-docc-plugin as a conditional dependency in this commitAs a result, the build on SwiftPackageIndex failed with an error stating thatgenerate-documentation
plugin could not be found.Later, I removed the conditional dependency in this commit.Since this JavaScriptKit side fix, the build on SwiftPackageIndex appears to be succeeding, but the documentation for the main branch is no longer updating.
Is there anything I can check or do to help debug this issue? Any guidance would be appreciated!
Thanks
Beta Was this translation helpful? Give feedback.
All reactions