Open JakubJankowski opened 1 year ago
Seems that changing the dart doc tool that's used in the docs.yml workflow to the one that's "baked in" dart caused the workflow to start generating a broken layout for the static site.
docs.yml
Compare: Result of PR 424 with: Result of PR 421
I confirmed that the output's structure changed starting with #424 - restoring the old way of activating the tool fixes the output.
We should check if there's a way to get the baked in tool to generate a correct output and if not - we should probably revert those changes.
➤ Automation for Jira commented:
The link to the corresponding Jira issue is https://ably.atlassian.net/browse/SDK-3081
Seems that changing the dart doc tool that's used in the
docs.yml
workflow to the one that's "baked in" dart caused the workflow to start generating a broken layout for the static site.Compare: Result of PR 424 with: Result of PR 421
I confirmed that the output's structure changed starting with #424 - restoring the old way of activating the tool fixes the output.
We should check if there's a way to get the baked in tool to generate a correct output and if not - we should probably revert those changes.