Skip to content

Commit 51f791b

Browse files
committed
Generate docs with verbose logging
1 parent d38ee60 commit 51f791b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ruby-core.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,15 +56,16 @@ jobs:
5656
gem install *.gem --install-dir ../ruby/.bundle
5757
working-directory: ruby/rdoc
5858
- name: Generate Documentation with RDoc
59-
run: make html
59+
run: make html V=1
6060
working-directory: ruby/ruby
6161
# We need to clear the generated documentation to generate them again
6262
# with the Prism parser.
6363
- name: Clear Generated Documentation
6464
run: rm -r .ext/html
6565
working-directory: ruby/ruby
6666
- name: Generate Documentation with RDoc (Prism parser)
67-
run: make html
67+
run: make html V=1
6868
working-directory: ruby/ruby
6969
env:
7070
RDOC_USE_PRISM_PARSER: true
71+

0 commit comments

Comments
 (0)