-
Notifications
You must be signed in to change notification settings - Fork 75
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
fix: nightly fuels-ts docs API changes breaking the CI #584
Conversation
@@ -35,6 +35,7 @@ export async function updateSubmodules(newDefaultVersions, newNightlyVersions) { | |||
'docs/nightly/fuel-specs', | |||
'docs/nightly/fuel-graphql-docs', | |||
'docs/nightly/migrations-and-disclosures', | |||
'docs/nightly/fuels-ts', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This addition ensures that every call to the update-nightly
workflow updates the nightly fuels-ts
version. I only added fuels-ts
and not the other repositories that have nightly versions because:
- I want to keep the focus on the API docs issue which is
fuels-ts
-specific, fuels-ts
is the only repository in theversions.json
file that calls theupdate-nightly
workflow (reference).
Important
This will still require manual merging of the nightly docs PR - nothing changed about that.
Handling of the other nightly versions more appropriately would be done via
DOCS_API_URL
for fuels-ts API docs
Relates to FuelLabs/fuels-ts#3572 and to be merged before
so that the PR in the TS SDK can be verified to work. I already tested it locally by checking out that PR in
docs/fuels-ts
anddocs/nightly/fuels-ts
.