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

chore: reinstate incorrectly removed code block #45

Merged
merged 2 commits into from
Oct 24, 2024

Conversation

petertonysmith94
Copy link
Contributor

@petertonysmith94 petertonysmith94 commented Oct 24, 2024

Closes #44

Summary

  • Reinstated previous behaviour.
  • Removed redundant if clause as the api directory now won't exist.
  • Re-added the api folder to the subFolderExceptions to avoid blocking the TS SDK CI.

@petertonysmith94 petertonysmith94 added the bug Something isn't working label Oct 24, 2024
@petertonysmith94 petertonysmith94 self-assigned this Oct 24, 2024
@petertonysmith94 petertonysmith94 requested a review from a team October 24, 2024 15:46
@petertonysmith94 petertonysmith94 merged commit a38e179 into master Oct 24, 2024
7 of 10 checks passed
@petertonysmith94 petertonysmith94 deleted the ps/chore/revert-incorrect-behaviour branch October 24, 2024 16:02
petertonysmith94 added a commit that referenced this pull request Oct 28, 2024
petertonysmith94 added a commit that referenced this pull request Oct 28, 2024
# Summary

The @FuelLabs/sdk-ts are looking to migrate our API documentation to an
external host (Vercel). As part of this, we applied the following
changes to the GitHub action to make the possible:

- #43 
- #45 

The above changes have caused our CI to fail. We're exploring a
different route to migrate our API docs, therefore, this PR reverts the
above two PR's.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Reinstate folder parsing
2 participants