Skip to content

Commit 0499531

Browse files
committed
Test
1 parent 112297d commit 0499531

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ruby-core.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ jobs:
4545
run: |
4646
autoconf
4747
./configure -C --disable-install-doc
48-
make -j2
4948
working-directory: ruby/ruby
5049
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v3.1.0
5150
with:
@@ -54,9 +53,10 @@ jobs:
5453
run: |
5554
bundle install
5655
bundle exec rake build
56+
mv pkg/rdoc-*.gem ../ruby/gems
5757
working-directory: ruby/rdoc
5858
- name: Generate Documentation with RDoc
59-
run: make html V=1 RDOC="$(XRUBY) -I${../rdoc/lib} \"$(tooldir)/rdoc-srcdir\""
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.

0 commit comments

Comments
 (0)