Skip to content

[docs] allow deletion of no longer existing docs#30020

Merged
iBotPeaches merged 1 commit into
masterfrom
docs-plugins
May 25, 2026
Merged

[docs] allow deletion of no longer existing docs#30020
iBotPeaches merged 1 commit into
masterfrom
docs-plugins

Conversation

@iBotPeaches

@iBotPeaches iBotPeaches commented May 6, 2026

Copy link
Copy Markdown
Member

Problem

We have fastlane/docs#1317, which found that when an action/thing/plugin is deleted. Its never automatically removed from docs.

Solution

Clean generated folder prior to re-generation. Thus remaining items are the ones not deleted. In testing this removed only 3 things

  • docs/generated/actions/plugin_scores.md - not a real action, for internal use
  • docs/generated/actions/rspec.md - not real, internal code
  • docs/generated/actions/rubocop.md - not real, internal code

It seems the deletions are from accidentally globbing of too much. These correspond directly to the warnings you see during build. So this was fixed already, but never deleted retroactively.

[06:49:36]: Action 'Fastlane::Actions::RspecAction' doesn't contain category information... skipping
[06:49:36]: Action 'Fastlane::Actions::RubocopAction' doesn't contain category information... skipping
[06:49:36]: Action 'Fastlane::Actions::PluginScoresAction' not found in root fastlane project... skipping
[06:49:36]: Action 'Fastlane::Actions::RspecAction' not found in root fastlane project... skipping
[06:49:36]: Action 'Fastlane::Actions::RubocopAction' not found in root fastlane project... skipping

fixes: fastlane/docs#1317

@iBotPeaches iBotPeaches marked this pull request as ready for review May 6, 2026 21:56

@taquitos taquitos left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

@iBotPeaches iBotPeaches merged commit 437d0ec into master May 25, 2026
14 checks passed
@iBotPeaches iBotPeaches deleted the docs-plugins branch May 25, 2026 23:03

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @iBotPeaches 👋

Thank you for your contribution to fastlane and congrats on getting this pull request merged 🎉
The code change now lives in the master branch, however it wasn't released to RubyGems yet.
We usually ship about once a month, and your PR will be included in the next one.

Please let us know if this change requires an immediate release by adding a comment here 👍
We'll notify you once we shipped a new release with your changes 🚀"

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Congratulations! 🎉 This was released as part of fastlane 2.235.0 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Cleaning up unused generated files during sync.

2 participants