Skip to content

Commit

Permalink
Run ruby/ruby doc generation on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
st0012 committed Jan 5, 2025
1 parent a7b7e8f commit df60794
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/ruby-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Build Ruby
run: |
autoconf
./configure -C --disable-install-doc
./configure
make -j2
working-directory: ruby/ruby
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v3.1.0
Expand All @@ -57,3 +57,11 @@ jobs:
- name: Test RDoc
run: make -j2 -s test-all TESTS="rdoc --no-retry"
working-directory: ruby/ruby
- name: Generate Documentation with RDoc
run: make html
working-directory: ruby/ruby
- name: Generate Documentation with RDoc (Prism parser)
run: make html
working-directory: ruby/ruby
env:
RDOC_USE_PRISM_PARSER: true

0 comments on commit df60794

Please sign in to comment.