File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -145,6 +145,7 @@ When `ruby-version` is set to `default` (the default), setup-ruby-flash reads fr
145145| `skip-extensions` | Skip building native extensions | `false` |
146146| `without-groups` | Gem groups to exclude (comma-separated) | `''` |
147147| `ruby-install-retries` | Number of retry attempts for Ruby installation (with exponential backoff) | `3` |
148+ | `no-document` | Skip generating documentation (ri/rdoc) for installed gems. Creates `~/.gemrc` with `gem : --no-document` if file doesn't exist | `true` |
148149| `token` | GitHub token for API calls | `${{ github.token }}` |
149150
150151# # Outputs
@@ -257,6 +258,18 @@ If you experience intermittent failures due to GitHub API rate limiting, you can
257258 ruby-install-retries: "5"
258259` ` `
259260
261+ # ## Enable Documentation Generation
262+
263+ Include documentation (ri/rdoc) for installed gems (default skips documentation for faster installation) :
264+
265+ ` ` ` yaml
266+ - uses: appraisal-rb/setup-ruby-flash@v1
267+ with:
268+ ruby-version: "3.4"
269+ ore-install: true
270+ no-document: false
271+ ` ` `
272+
260273# ## Building rv or ore from Source
261274
262275You can build rv or ore from a git branch, tag, or commit SHA instead of using a released version.
You can’t perform that action at this time.
0 commit comments